For loop every combination
Mostra commenti meno recenti
Hello community,
I want for loops to check every element from 1 to n with all other elements. so letst say n=4
So I want to check Number 1 with 2,3 and 4// check number 2 with 3 and 4// and check number 3 with 4.
Can I build one or maybe two for loops for something like that?
2 Commenti
Scott MacKenzie
il 16 Giu 2021
Please explain what you mean by "check".
When you say "check Number 1 with 2,3 and 4" what sort of operation or result are you contemplating?
Risposte (1)
Sulaymon Eshkabilov
il 16 Giu 2021
0 voti
Go over this help documentation and will understand how and what to do with [for ... end] loop iteration
https://www.mathworks.com/help/matlab/ref/for.html
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!