how to loop ?
情報
この質問は閉じられています。 編集または回答するには再度開いてください。
古いコメントを表示

1 件のコメント
Image Analyst
2022 年 2 月 4 日
Are you asking us to do your homework for you?
Did you even try a for loop like it said to use? If not, why not?
theSum = 0;
for x = 0 : 20
% code
end
回答 (1 件)
この質問は閉じられています。
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!