how to make a condition: if grid minor;
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Hi, how to make a condition, if grid minor; I am trying to do:
if grid==minor
a=1
else
a=0
end
0 Kommentare
Akzeptierte Antwort
Walter Roberson
am 7 Apr. 2011
a = 0 + ismember('on', get(gca,{'XMinorGrid','YMinorGrid','ZMinorGrid'});
1 Kommentar
Weitere Antworten (0)
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!