how to find a value of matrix in a specific position?
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Akmyrat
el 5 de Mayo de 2014
Comentada: Akmyrat
el 5 de Mayo de 2014
Lets say I have a matrix A=[1 2 3;2 4 5;6 5 4] and I want to find value at i=2 j=3 which is 5. But I want that program finds that value for me. For example i want something like that, short description " if at i=2 j=3 value is 5, end program, else check i=3 j=1". I would appreciate if someone can help me.
0 comentarios
Respuesta aceptada
Más respuestas (0)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!