while loop in matlab
Ältere Kommentare anzeigen
I want to iterate like on javascript. I dont know how to define true in matlab
while(true)
3 Kommentare
Jan
am 11 Mai 2021
What does "I dont to define true in matlab" mean?
Soveatin Kuntur
am 12 Mai 2021
Jan
am 12 Mai 2021
true is an existing Matlab command, which creates a logical variable. Instead of "while true" you can use "while 1" also.
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Loops and Conditional Statements finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!