Filter löschen
Filter löschen

how to remove axis labels from IMAGESC

90 Ansichten (letzte 30 Tage)
xplore29
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?
  1 Kommentar
xplore29
xplore29 am 10 Feb. 2014
I got it. Didn't explore Edit axes tricks before

Melden Sie sich an, um zu kommentieren.

Akzeptierte Antwort

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

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Graphics Object Properties 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!

Translated by