how to select minimum value from matrix
Mostrar comentarios más antiguos
how to select minimum value from matrix
sr=[a,b,c]
minimum(sr)
Respuestas (1)
Grzegorz Knor
el 26 de Nov. de 2011
m = min(sr)
see also:
doc min
Categorías
Más información sobre Creating and Concatenating Matrices en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!