フィルターのクリア

the shape of or structure is not familiar for me

2 ビュー (過去 30 日間)
farzad
farzad 2014 年 10 月 10 日
回答済み: Image Analyst 2014 年 10 月 10 日
There is this command I do not know if it is equal to a normal or command :
if or(routine==3,routine==4)
and also , is routine an external parameter ? cause I did not see that introduce before hand , in the code i am reading , I was wondering that it might be an in built variable ?

採用された回答

Image Analyst
Image Analyst 2014 年 10 月 10 日
Why make it complicated? Just simply do
if routine==3 || routine==4

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeHypothesis Tests についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by