insert end at right location
Mostra commenti meno recenti
i have very nested for loop but when i want insert end for them i cannot insert them in the right locations i want do it arbitrary
1 Commento
Walter Roberson
il 29 Dic 2013
I am not sure what you mean by "insert end" ?
Risposta accettata
Più risposte (1)
Image Analyst
il 29 Dic 2013
0 voti
Try typing control-a control-i to fix up the indenting. It will let you see where you've messed up. Also if you click on the if/while/for, or the "end", it will show you briefly for a second or two where the matching line of code is.
1 Commento
Roger Stafford
il 29 Dic 2013
Yes, Image Analyst, that's more likely what Fatemeh meant. I didn't think of that possibility. This guesswork is sometimes the hardest part of answering.
Categorie
Scopri di più su Loops and Conditional Statements in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!