how to write or condition in if statement matlab?

38 次查看(过去 30 天)
if
(j==i) , or (flag(j)==1)

采纳的回答

Akshay Malav
Akshay Malav 2019-6-21
if (j==i) | (flag(j)==1)
% your code
end

更多回答(1 个)

Shwetank Shrey
Shwetank Shrey 2019-6-21
Check out the documentation:
if (j == i) || (flag(j) == 1)
% do something
end
  6 个评论

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Data Export to MATLAB 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by