How to see if grid is on?

조회 수: 4 (최근 30일)
Jakob Sørensen
Jakob Sørensen 2012년 5월 9일
Hey,
Quick question: Is there a way to check if grid is on or off in a certain axes?
Cheers!

채택된 답변

TAB
TAB 2012년 5월 9일
get(AxesHandle,'XGrid')
get(AxesHandle,'YGrid')

추가 답변 (1개)

Daniel Shub
Daniel Shub 2012년 5월 9일
get(gca, {'XGrid', 'YGrid', 'ZGrid'})

카테고리

Help CenterFile Exchange에서 Data Exploration에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by