find value with row and column
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Hi
i need find value in matrix corresponding with row and column.
0 comentarios
Respuestas (1)
Voss
el 20 de Feb. de 2023
matrix = magic(4)
value = 10
[row,column] = find(matrix == value)
0 comentarios
Ver también
Categorías
Más información sobre NaNs 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!