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!