Trying to get an answer for 'a' - while loop??
Mostrar comentarios más antiguos
a=0
while a<5
a = a + 2;
end
disp (a)
What is the answer for 'a'?
1 comentario
Hiro Yoshino
el 7 de Mzo. de 2023
Why don't you run the code on MATLAB?
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!