How do i save values for each iteration ?
显示 更早的评论
clc
clear
for a = [0.01 0.01 0.01 0.03 0.1 0.2 0.3 0.3 0.3 0.4 0.4 0.4 0.3 0.4 0.5 0.8 0.9 1 0.8 0.7 0.5 0.2 0.1 0.03];
b=a*5
end
How can I store new values of b for each iteration ?
1 个评论
Mischa Kim
2021-4-16
Hi Lauris, depends. What exactly are you trying to do?
采纳的回答
更多回答(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!