Trying to get an answer for 'a' - while loop??
古いコメントを表示
a=0
while a<5
a = a + 2;
end
disp (a)
What is the answer for 'a'?
1 件のコメント
Hiro Yoshino
2023 年 3 月 7 日
Why don't you run the code on MATLAB?
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Loops and Conditional Statements についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!