how can do many loops
显示 更早的评论
I wrote this script
clc
clear
for ro=0.01:0.01:0.5
clear('alpha')
for alpha=0.25:0.25:4
clear('beta')
for beta=0.25:0.25:4
disp([ro', alpha',beta'])
end
when I run it and the result shows up it doesn't start with initial values which is (0.25,0.25) and take diffrent one each time i run the script thanks
采纳的回答
更多回答(1 个)
类别
在 帮助中心 和 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!
