Changing the Structure of a Matrix.

8 visualizaciones (últimos 30 días)
Jack
Jack el 19 de Mzo. de 2015
Respondida: Sean de Wolski el 19 de Mzo. de 2015
Hi,
If I have a matrix of lets say [4x3] i.e
1 2 3
4 5 6
7 8 9
10 11 12
how can I change this to a [12x1] matrix i.e
1 2 3 4 5 6 7 8 9 10 11 12
Thanks.

Respuesta aceptada

Sean de Wolski
Sean de Wolski el 19 de Mzo. de 2015
y = reshape(x.',1,[])

Más respuestas (0)

Categorías

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

Community Treasure Hunt

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

Start Hunting!

Translated by