how can do many loops
Show older comments
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
Accepted Answer
More Answers (1)
Ammar kreem
on 25 Oct 2018
0 votes
Categories
Find more on Loops and Conditional Statements in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!