How to find elements?
4 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Lilya
le 8 Août 2016
Modifié(e) : Azzi Abdelmalek
le 8 Août 2016
hi all, I have a matrix contains +ve, -ve and 0 values. how to find the elements in the range of the -ve values? thank you for help.
0 commentaires
Réponse acceptée
Azzi Abdelmalek
le 8 Août 2016
index=find(A==-ve)
2 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Logical dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!