how to remove axis labels from IMAGESC

126 visualizzazioni (ultimi 30 giorni)
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?

Risposta accettata

Image Analyst
Image Analyst il 11 Feb 2014
Did you try
axis off;

Più risposte (0)

Categorie

Scopri di più su Graphics Object Properties in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by