how to remove axis labels from IMAGESC

82 visualizaciones (últimos 30 días)
xplore29
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?
  1 comentario
xplore29
xplore29 el 10 de Feb. de 2014
I got it. Didn't explore Edit axes tricks before

Iniciar sesión para comentar.

Respuesta aceptada

Image Analyst
Image Analyst el 11 de Feb. de 2014
Did you try
axis off;
  1 comentario
madhan ravi
madhan ravi el 28 de Oct. de 2018
Accepted answer by Madhan Ravi since the OP didn't

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Geographic 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