how to select minimum value from matrix
Afficher commentaires plus anciens
how to select minimum value from matrix
sr=[a,b,c]
minimum(sr)
Réponses (1)
Grzegorz Knor
le 26 Nov 2011
m = min(sr)
see also:
doc min
Catégories
En savoir plus sur Creating and Concatenating Matrices dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!