Info
This question is closed. Reopen it to edit or answer.
more for loop help
1 view (last 30 days)
Show older comments
for c = 11:20
if c~=11 && c~=14 && c~=17 && c~=20
break
end
% how can I loop through for all values of r, which are r=11,14,17,20????
end
0 Comments
Answers (2)
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!