how to write or condition in if statement matlab?
51 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Sultan Mehmood
el 21 de Jun. de 2019
Comentada: Sultan Mehmood
el 21 de Jun. de 2019
if
(j==i) , or (flag(j)==1)
0 comentarios
Respuesta aceptada
Más respuestas (1)
Shwetank Shrey
el 21 de Jun. de 2019
Check out the documentation:
if (j == i) || (flag(j) == 1)
% do something
end
6 comentarios
Ver también
Categorías
Más información sobre Matrix Indexing en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!