How to switch to the opposite value of a logical type?
98 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Christopher Wong
am 15 Apr. 2020
Beantwortet: Walter Roberson
am 15 Apr. 2020
Hello all, I'm wondering if theres some shorthand syntax to switch the current value of a logical to the opposite value. That is, if a = true, then a = false, otherwise a = true.
Yes, I realize I just described the obvious syntax: if (a), a = false; else, a = true; end, but I'm just wondering if MATLAB's got some function available that allows for more concise scripting.
0 Kommentare
Akzeptierte Antwort
Weitere Antworten (0)
Siehe auch
Kategorien
Find more on Logical in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!