Borrar filtros
Borrar filtros

How transform matrix to vector

1 visualización (últimos 30 días)
Meriem Ben Kalia
Meriem Ben Kalia el 22 de Ag. de 2020
Comentada: Meriem Ben Kalia el 22 de Ag. de 2020
hello everyone,
I have matrix with 6*36 elements I want to transform all the elements in vector with 108*1 (108=6*36)
example A=[1 2 3;8 9 7] will be B=[1;2;3;8;9;7 ]
and thank you very much

Respuesta aceptada

KSSV
KSSV el 22 de Ag. de 2020
A = [1 2 3 ; 8 9 7] ;
iwant = A(:)

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