Clear Filters
Clear Filters

how to find minimum of a row matrix with 14 row elements in it?

1 view (last 30 days)
i have a row matrix consisting of 14 row elements in it. can u give me the matlab code to find minimum of that row matrix consisting of 14 elements in it.

Answers (1)

Stephen23
Stephen23 on 8 Oct 2014
Edited: Stephen23 on 8 Oct 2014
try using the minimum function:
help min

Categories

Find more on Creating and Concatenating Matrices in Help Center and File Exchange

Tags

No tags entered yet.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!