Borrar filtros
Borrar filtros

extracting max and min range across column from matrix

1 visualización (últimos 30 días)
Praveen Kumar Ramani
Praveen Kumar Ramani el 29 de Abr. de 2019
Editada: madhan ravi el 29 de Abr. de 2019
i have mx4 martrix and i found max and min of each column in two separate I 1x4 and O 1x4 martix now i want to extract corresponding range from main matrix across column
  2 comentarios
KSSV
KSSV el 29 de Abr. de 2019
What do you mean by corresponding range?
Praveen Kumar Ramani
Praveen Kumar Ramani el 29 de Abr. de 2019
i have 68X4 A matix min of A ind 1X4 matix and max of A ind 1x4 matrix.... i want to arrive new A matrix only range from min:max of all column

Iniciar sesión para comentar.

Respuestas (1)

madhan ravi
madhan ravi el 29 de Abr. de 2019
Editada: madhan ravi el 29 de Abr. de 2019
arrayfun(@(x,y) x:y, min_of_A, max_of_A, 'un', 0)

Categorías

Más información sobre Matrix Indexing 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