how to select minimum value from matrix
Mostra commenti meno recenti
how to select minimum value from matrix
sr=[a,b,c]
minimum(sr)
Risposte (1)
Grzegorz Knor
il 26 Nov 2011
m = min(sr)
see also:
doc min
Categorie
Scopri di più su Creating and Concatenating Matrices in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!