フィルターのクリア

Ignore values in array in switch case

2 ビュー (過去 30 日間)
Jayant
Jayant 2020 年 4 月 9 日
コメント済み: Mehmed Saad 2020 年 4 月 9 日
Hello all, hope all are safe at home.
i want to use switch case loop for comparing the array of 4 values, which are either 0 or 1.
something like this:
array1=[1 0 0 1] or [0 0 0 0] or [1 1 1 1] or anything.... 16 possiblities...
now i want compare all 4 positions, whether it is 1 or 0, Ignoring other positions.
Like:
switch array1
case [1 ~ ~ ~]
do this....
case [~ 1 ~ ~]
do this....
and so on..... So there will be only 4 cases.
But matlab shows error for use of symbol ~ here.
In short, i want to ignore the other values in array except one.
ANY SOLUTION?????
  1 件のコメント
Mehmed Saad
Mehmed Saad 2020 年 4 月 9 日
Why are you using switch statement when there are much easier way to do that.

サインインしてコメントする。

回答 (0 件)

カテゴリ

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

製品


リリース

R2017a

Community Treasure Hunt

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

Start Hunting!

Translated by