Loop For & save result
1 次查看(过去 30 天)
显示 更早的评论
Hello,
I want to run an algorithm 50 times using the for loop. I want to save the results after each iteration ie
-for i = 1 save result
-for i = 2 save result
:
:
-for i = 50 save result
For
Algorithme
end
do you have an idea
0 个评论
采纳的回答
Ahmed raafat
2016-12-30
for i=1:50
result(i)= %if equation
result{i}= % if strings
end
2 个评论
Image Analyst
2016-12-30
You accepted this so it's all working right? Or not? I can't tell.
Please attach your m-file with the paper clip icon if you still need help.
更多回答(0 个)
另请参阅
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!