how to select minimum value from matrix
Show older comments
how to select minimum value from matrix
sr=[a,b,c]
minimum(sr)
Answers (1)
Grzegorz Knor
on 26 Nov 2011
m = min(sr)
see also:
doc min
Categories
Find more on Creating and Concatenating Matrices in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!