- Get the data those are greater than 1: mat>1
- Subtract 1 from all elements of the matrix - mat-1
- Get the min one - min(mat)
How can I find a number from a matrix, which is greater than and closest to 1.
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
usman ali
le 21 Nov 2021
Commenté : usman ali
le 21 Nov 2021
How can I find a number from a matrix, which is greater than and closest to 1. As I showed in attached table as an example. I know about indexing that just specifying the row and coloum I can find, however, if I have a huge matrix and I need to find this number and its row and coloumn than how can I find using find command etc. Thanks in advance.
0 commentaires
Réponse acceptée
KALYAN ACHARJYA
le 21 Nov 2021
Modifié(e) : KALYAN ACHARJYA
le 21 Nov 2021
Hints: Use logical indexing
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!