line and column of the minimun element of a matrix
    3 visualizaciones (últimos 30 días)
  
       Mostrar comentarios más antiguos
    
    Opariuc Andrei
 el 16 de En. de 2021
  
how do i find the position (line and column of the minimun element of a matrix)
i have a matrix 
m=
[5 1 -400;
-6 100 -6;
2    5  25];
how can i get matlab to give me the position of -400 ?  line 1 column 3
0 comentarios
Respuesta aceptada
Más respuestas (0)
Ver también
Categorías
				Más información sobre Creating and Concatenating 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!

