Find the number of rows and column of non-zero number(1st)
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
fyza affandi
el 27 de Nov. de 2018
Comentada: fyza affandi
el 27 de Nov. de 2018
Given matrix of Mat. How can I find the number of row & column of the 1st non-zero number?
Mat =
0 0
0 0
0 0
0 0
0 0
0 1
1 1
The result should be:-
a=[6 2]
0 comentarios
Respuesta aceptada
Más respuestas (0)
Ver también
Categorías
Más información sobre Resizing and Reshaping Matrices 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!