Filter löschen
Filter löschen

how to make a condition: if grid minor;

1 Ansicht (letzte 30 Tage)
Modestas Sekreckis
Modestas Sekreckis am 7 Apr. 2011
Hi, how to make a condition, if grid minor; I am trying to do:
if grid==minor
a=1
else
a=0
end

Akzeptierte Antwort

Walter Roberson
Walter Roberson am 7 Apr. 2011
a = 0 + ismember('on', get(gca,{'XMinorGrid','YMinorGrid','ZMinorGrid'});
  1 Kommentar
Paulo Silva
Paulo Silva am 7 Apr. 2011
that's a very sneaky way to convert logical to double :)

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Community Treasure Hunt

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

Start Hunting!

Translated by