Conditional approach in a matrix variables

1 回表示 (過去 30 日間)
Tino
Tino 2019 年 5 月 9 日
コメント済み: Tino 2019 年 5 月 9 日
Hi
Assuming I have the following matrices
Y = [ 4,6,8,4,3,.......n]
I want to compute a conditional statement that would go through each number and if it is greater than 10 the computation stops and if not it continues to go through
the array until the end.
Thanks for your help in advance
Regards
Tino

採用された回答

madhan ravi
madhan ravi 2019 年 5 月 9 日
find(Y>10,1,'first')
  1 件のコメント
Tino
Tino 2019 年 5 月 9 日
Thanks Madhan

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

その他の回答 (0 件)

カテゴリ

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

タグ

製品


リリース

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by