Borrar filtros
Borrar filtros

Histogram2 tile(Indicating the values of each tile inside the tile)

8 visualizaciones (últimos 30 días)
Hi All,
I want to indicate the each and every tile value inside in each and every relevant tile of the histogram2 graph. Appreciate your support.
figure()
histogram2(Alpha,Beta,[10 10],'Normalization','probability','FaceColor','flat','DisplayStyle','tile')
xlabel('Alpha')
xlim([-90 90])
ylabel('Beta')
ylim([-90 90])
grid on
Xedges = [-90 -90:-1:90 90];
Yedges = [-90 -90:-1:90 90];
hcb=colorbar;
colorTitleHandle = get(hcb,'Title');
titleString = 'FREQUENCY';
set(colorTitleHandle ,'String',titleString);
view(2)

Respuesta aceptada

Sulaymon Eshkabilov
Sulaymon Eshkabilov el 4 de Jun. de 2021
Hi,
This discussion demonstrates explicitly how to show histogram2 data points within plotted tiles and provides codes (fcn file) how to get this exercises done.

Más respuestas (0)

Categorías

Más información sobre Histograms en Help Center y File Exchange.

Productos


Versión

R2021a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by