Cant Remove Axis Labels

44 visualizaciones (últimos 30 días)
ImageProcessor
ImageProcessor el 4 de Abr. de 2016
Comentada: ImageProcessor el 5 de Abr. de 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 comentario
Azzi Abdelmalek
Azzi Abdelmalek el 4 de Abr. de 2016
What is your code for that?

Iniciar sesión para comentar.

Respuestas (1)

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

Iniciar sesión para comentar.

Categorías

Más información sobre Axis Labels en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by