How to find minimum values of all lines on matrix?

2 visualizaciones (últimos 30 días)
anil hamzacebi
anil hamzacebi el 6 de Dic. de 2019
Respondida: Bhaskar R el 6 de Dic. de 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''.

Respuesta aceptada

Bhaskar R
Bhaskar R el 6 de Dic. de 2019
B = min(A, [], 2);

Más respuestas (0)

Categorías

Más información sobre Creating and Concatenating Matrices en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2017b

Community Treasure Hunt

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

Start Hunting!

Translated by