How can i choose one result of numerical result?

I have to choose higher row number (only one result)
A=[-1,1,1;0,-1,0;0,0,-1;1,0,0];
blnA = logical( A == -1 );
blnOut = find(all(ismember(A,[0,-1]),2));
blnOut =
2
3

2 件のコメント

Azzi Abdelmalek
Azzi Abdelmalek 2013 年 6 月 7 日
What is the expected result?
Light
Light 2013 年 6 月 7 日
Expected result is 3. But if it is hard, just choose one result of them is enough.

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

 採用された回答

その他の回答 (1 件)

Iain
Iain 2013 年 6 月 7 日

0 投票

bInOut(end)
Swap end for something else if you want a different result, like 1 for the minimum, or 2 for the 2nd, etc.

1 件のコメント

Light
Light 2013 年 6 月 7 日
Thank you very much!! :D

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

カテゴリ

ヘルプ センター および File ExchangeMATLAB についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by