how to make a condition: if grid minor;
조회 수: 2 (최근 30일)
이전 댓글 표시
Hi, how to make a condition, if grid minor; I am trying to do:
if grid==minor
a=1
else
a=0
end
댓글 수: 0
채택된 답변
Walter Roberson
2011년 4월 7일
a = 0 + ismember('on', get(gca,{'XMinorGrid','YMinorGrid','ZMinorGrid'});
댓글 수: 1
추가 답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!