How to find minimum values of all lines on matrix?

1 次查看(过去 30 天)
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''.

采纳的回答

Bhaskar R
Bhaskar R 2019-12-6
B = min(A, [], 2);

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Multidimensional Arrays 的更多信息

产品


版本

R2017b

Community Treasure Hunt

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

Start Hunting!

Translated by