Matlab plot ; How to plot figures like the file attached below
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
How to plot figures like this in Matlab
0 commentaires
Réponse acceptée
Marco Riani
le 5 Déc 2020
Using function heatmap
3 commentaires
Marco Riani
le 5 Déc 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)
Plus de réponses (1)
Ameer Hamza
le 5 Déc 2020
See pcolor(): https://www.mathworks.com/help/matlab/ref/pcolor.html or imagesc(): https://www.mathworks.com/help/matlab/ref/imagesc.html
0 commentaires
Voir également
Catégories
En savoir plus sur Data Distribution Plots dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!