Get the corresponding value of the matrix
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
ARN
el 26 de Abr. de 2019
Comentada: ARN
el 28 de Abr. de 2019
Hi,
Suppose i have a dataset as below. How can i say 1.8339 corresspond to 0.5377 and for all the remaining matrices.
0 comentarios
Respuesta aceptada
madhan ravi
el 26 de Abr. de 2019
Editada: madhan ravi
el 26 de Abr. de 2019
b(any(abs(b-1.8339)<1e-4,2),:)
5 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Logical en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!