How to see if grid is on?

5 vues (au cours des 30 derniers jours)
Jakob Sørensen
Jakob Sørensen le 9 Mai 2012
Hey,
Quick question: Is there a way to check if grid is on or off in a certain axes?
Cheers!

Réponse acceptée

TAB
TAB le 9 Mai 2012
get(AxesHandle,'XGrid')
get(AxesHandle,'YGrid')
  1 commentaire
Jakob Sørensen
Jakob Sørensen le 9 Mai 2012
Thanks!

Connectez-vous pour commenter.

Plus de réponses (1)

Daniel Shub
Daniel Shub le 9 Mai 2012
get(gca, {'XGrid', 'YGrid', 'ZGrid'})

Catégories

En savoir plus sur Data Exploration dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by