Cant Remove Axis Labels

43 Ansichten (letzte 30 Tage)
ImageProcessor
ImageProcessor am 4 Apr. 2016
Kommentiert: ImageProcessor am 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 !

Antworten (1)

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

Melden Sie sich an, um zu kommentieren.

Community Treasure Hunt

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

Start Hunting!

Translated by