How do i do a for loop within a for loop with a variable changing n=1:42.
Info
Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.
Ältere Kommentare anzeigen
If i wanted to create a for loop where n=1:42, but there is another variable, l whose dimension is dependant on the variable n. how would i notate the change for l. for instance, if for n=2:6,9 l=1:16 but for n=42, l=1:53, how could i construct the for loops to give me outputs without the error "indices exceed matrix dimensions" Thanks
Antworten (1)
James Tursa
am 23 Sep. 2015
0 Stimmen
Why can't you use simple if-tests on the value of n to set the value of I?
1 Kommentar
Andrew Wiebe
am 23 Sep. 2015
Bearbeitet: Stephen23
am 23 Sep. 2015
Diese Frage ist geschlossen.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!