how to remove axis labels from IMAGESC
67 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
xplore29
am 10 Feb. 2014
Kommentiert: madhan ravi
am 28 Okt. 2018
I am creating heat map of 2d matrix using following
figure;
rand('twister',1);
X = randn(10,10);
imagesc(X);
the figure shows 0-10 on both x-axis and y-axis which are not required. How can I remove them?
Akzeptierte Antwort
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Geographic Plots finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!