Effacer les filtres
Effacer les filtres

How can i choose one result of numerical result?

1 vue (au cours des 30 derniers jours)
Light
Light le 7 Juin 2013
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 commentaires
Azzi Abdelmalek
Azzi Abdelmalek le 7 Juin 2013
What is the expected result?
Light
Light le 7 Juin 2013
Expected result is 3. But if it is hard, just choose one result of them is enough.

Connectez-vous pour commenter.

Réponse acceptée

Azzi Abdelmalek
Azzi Abdelmalek le 7 Juin 2013

Plus de réponses (1)

Iain
Iain le 7 Juin 2013
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 commentaire
Light
Light le 7 Juin 2013
Thank you very much!! :D

Connectez-vous pour commenter.

Catégories

En savoir plus sur Troubleshooting in Polyspace Products for Ada dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by