while loop in matlab
Mostrar comentarios más antiguos
I want to iterate like on javascript. I dont know how to define true in matlab
while(true)
3 comentarios
Jan
el 11 de Mayo de 2021
What does "I dont to define true in matlab" mean?
Soveatin Kuntur
el 12 de Mayo de 2021
Jan
el 12 de Mayo de 2021
true is an existing Matlab command, which creates a logical variable. Instead of "while true" you can use "while 1" also.
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Loops and Conditional Statements en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!