How to find minimum values of all lines on matrix?

1 view (last 30 days)
i have a 1180x231 matrix named ''A''. i need to create a 1180x1 or 1x1180 matrix named ''B'' that gives minimum values of lines from ''A''.

Accepted Answer

Bhaskar R
Bhaskar R on 6 Dec 2019
B = min(A, [], 2);

More Answers (0)

Categories

Find more on Multidimensional Arrays in Help Center and File Exchange

Products


Release

R2017b

Community Treasure Hunt

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

Start Hunting!