How to see if grid is on?

1 visualización (últimos 30 días)
Jakob Sørensen
Jakob Sørensen el 9 de Mayo de 2012
Hey,
Quick question: Is there a way to check if grid is on or off in a certain axes?
Cheers!

Respuesta aceptada

TAB
TAB el 9 de Mayo de 2012
get(AxesHandle,'XGrid')
get(AxesHandle,'YGrid')

Más respuestas (1)

Daniel Shub
Daniel Shub el 9 de Mayo de 2012
get(gca, {'XGrid', 'YGrid', 'ZGrid'})

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by