Filter löschen
Filter löschen

How to see if grid is on?

2 Ansichten (letzte 30 Tage)
Jakob Sørensen
Jakob Sørensen am 9 Mai 2012
Hey,
Quick question: Is there a way to check if grid is on or off in a certain axes?
Cheers!

Akzeptierte Antwort

TAB
TAB am 9 Mai 2012
get(AxesHandle,'XGrid')
get(AxesHandle,'YGrid')

Weitere Antworten (1)

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

Kategorien

Mehr zu 3-D Scene Control 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