Reshape matrix (Special case)

1 visualización (últimos 30 días)
bashar halleem
bashar halleem el 5 de Jun. de 2020
Comentada: bashar halleem el 5 de Jun. de 2020
Have a matrix (360,1), I want to put every 3 elements in a row, the next 3 elements in the second row in new matrix and so on to be the new matrix (120,3).

Respuesta aceptada

KSSV
KSSV el 5 de Jun. de 2020
A = rand(360,1) ;
iwant = reshape(A,3,[])';
  3 comentarios
bashar halleem
bashar halleem el 5 de Jun. de 2020
Thanks Stephen
bashar halleem
bashar halleem el 5 de Jun. de 2020
Thanks kssv

Iniciar sesión para comentar.

Más respuestas (0)

Productos


Versión

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by