how to write or condition in if statement matlab?
53 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Sultan Mehmood
le 21 Juin 2019
Commenté : Sultan Mehmood
le 21 Juin 2019
if
(j==i) , or (flag(j)==1)
0 commentaires
Réponse acceptée
Plus de réponses (1)
Shwetank Shrey
le 21 Juin 2019
Check out the documentation:
if (j == i) || (flag(j) == 1)
% do something
end
6 commentaires
Voir également
Catégories
En savoir plus sur Matrix Indexing dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!