Cant Remove Axis Labels

45 visualizzazioni (ultimi 30 giorni)
ImageProcessor
ImageProcessor il 4 Apr 2016
Commentato: ImageProcessor il 5 Apr 2016
I know this is a very common question, and I tried many answers given, setting Xtick to [], XTickLabel, YTick, YTickLabel etc...but still not working. Can someone please tell me how to remove the axes labels, cause they are interfering with the image I am diplaying on the axes. Would appreciate a hint !

Risposte (1)

Azzi Abdelmalek
Azzi Abdelmalek il 4 Apr 2016
t=1:10
y=t.^2
plot(t,y)
set(gca,'xtick',[])
  9 Commenti
Walter Roberson
Walter Roberson il 4 Apr 2016
What turned out to be the problem?
ImageProcessor
ImageProcessor il 5 Apr 2016
Was a minor syntax problem from my side. Plus some other changes.

Accedi per commentare.

Community Treasure Hunt

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

Start Hunting!

Translated by