Borrar filtros
Borrar filtros

Matlab plot ; How to plot figures like the file attached below

2 visualizaciones (últimos 30 días)
How to plot figures like this in Matlab

Respuesta aceptada

Marco Riani
Marco Riani el 5 de Dic. de 2020
  3 comentarios
Marco Riani
Marco Riani el 5 de Dic. de 2020
Suppose that h is the handle of your heatmap that is
h = heatmap(xvalues,yvalues,cdata);
h.FontSize changes the FontSize of all xlabels, ylabels and the numbers inside the heatmap.
In order to change the FontSize of a particular label it seems to me it is necessary to use Latex instruction \fontsize (see screenshot below)
deepthi b
deepthi b el 5 de Dic. de 2020
Sir, in my matlab, heatmap is not availabe, only Heatmap is available and it doesnot have these options

Iniciar sesión para comentar.

Más respuestas (1)

Ameer Hamza
Ameer Hamza el 5 de Dic. de 2020

Categorías

Más información sobre Data Distribution Plots en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by