How do i manipulate matrix in form given below??
Mostrar comentarios más antiguos
1 2; 3 4; 5 6; 7 8;
as
1 2 3 4; 5 6 7 8;
1 comentario
Jos (10584)
el 18 de Oct. de 2013
Homework? I suggest you read the help of RESHAPE and TRANSPOSE
Respuesta aceptada
Más respuestas (1)
Andrei Bobrov
el 18 de Oct. de 2013
reshape(a',size(a))';
1 comentario
Paranshu
el 18 de Oct. de 2013
Categorías
Más información sobre Creating and Concatenating Matrices en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!