Get the corresponding value of the matrix
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Hi,
Suppose i have a dataset as below. How can i say 1.8339 corresspond to 0.5377 and for all the remaining matrices.
![as.png](https://www.mathworks.com/matlabcentral/answers/uploaded_files/216716/as.png)
0 Commenti
Risposta accettata
madhan ravi
il 26 Apr 2019
Modificato: madhan ravi
il 26 Apr 2019
b(any(abs(b-1.8339)<1e-4,2),:)
5 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Logical in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!