how to write or condition in if statement matlab?
50 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Sultan Mehmood
il 21 Giu 2019
Commentato: Sultan Mehmood
il 21 Giu 2019
if
(j==i) , or (flag(j)==1)
0 Commenti
Risposta accettata
Più risposte (1)
Shwetank Shrey
il 21 Giu 2019
Check out the documentation:
if (j == i) || (flag(j) == 1)
% do something
end
6 Commenti
Vedere anche
Categorie
Scopri di più su Matrix Indexing in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!