how to remove axis labels from IMAGESC
82 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
xplore29
el 10 de Feb. de 2014
Comentada: madhan ravi
el 28 de Oct. de 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?
Respuesta aceptada
Más respuestas (0)
Ver también
Categorías
Más información sobre Geographic Plots en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!