Borrar filtros
Borrar filtros

How do i find a maximum elements in a specific row ?

1 visualización (últimos 30 días)
David
David el 9 de Feb. de 2020
Respondida: Chuguang Pan el 9 de Feb. de 2020
I want to find a maximum elements in a second row of this 3x3 matrix?
[1,2,3;4,5,6;7,8,9]

Respuesta aceptada

Chuguang Pan
Chuguang Pan el 9 de Feb. de 2020
A=[1,2,3;4,5,6;7,8,9];
M=max(A(2,:))

Más respuestas (0)

Categorías

Más información sobre Multidimensional Arrays en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by