Filter löschen
Filter löschen

graphic,axes

1 Ansicht (letzte 30 Tage)
mohammad asasi
mohammad asasi am 17 Mai 2012
Hi
really these days I have a challenge with axes objects...
I want to know how to make the axes numbers disappear...
but when I type axis off the whole axes object becomes disappear
show me how to overcome this problem???
  1 Kommentar
Image Analyst
Image Analyst am 17 Mai 2012
What's in your axes? If I put an image in there I can do axis on or off and it doesn't affect whether the image is displayed or not, it just turns on or off the tick marks and numbers.

Melden Sie sich an, um zu kommentieren.

Akzeptierte Antwort

Daniel Shub
Daniel Shub am 17 Mai 2012
The axis "numbers" are called tick labels
set(gca, {'XTickLabel', 'YTickLabel', 'ZTickLabel'}, {[], [], []})
  1 Kommentar
mohammad asasi
mohammad asasi am 18 Mai 2012
thanks dear daniel
you helped me alot

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