Cant Remove Axis Labels

43 vues (au cours des 30 derniers jours)
ImageProcessor
ImageProcessor le 4 Avr 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 !
  1 commentaire
Azzi Abdelmalek
Azzi Abdelmalek le 4 Avr 2016
What is your code for that?

Connectez-vous pour commenter.

Réponses (1)

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

Connectez-vous pour commenter.

Community Treasure Hunt

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

Start Hunting!

Translated by