Info
This question is closed. Reopen it to edit or answer.
could anyone help me to fix the issue
1 view (last 30 days)
Show older comments
N_rng=[ 1 2 3 4 5 23]
N_rng=[6 7 8 9 10 25 26]
N_rng=[11 12 13 14 15 16 17]
for s=1:length(N_rng)
..
..
..
end
for the above code how to use N_rng with respect to three different scenarios in the for loop.
0 Comments
Answers (1)
This question is closed.
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!