How to find minimum values of all lines on matrix?

1 vue (au cours des 30 derniers jours)
anil hamzacebi
anil hamzacebi le 6 Déc 2019
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''.

Réponse acceptée

Bhaskar R
Bhaskar R le 6 Déc 2019
B = min(A, [], 2);

Plus de réponses (0)

Catégories

En savoir plus sur Multidimensional Arrays dans Help Center et File Exchange

Produits


Version

R2017b

Community Treasure Hunt

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

Start Hunting!

Translated by