Divide 73x400 matrix into 73 1x400 matrices
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Matthew
el 29 de Oct. de 2015
Comentada: Star Strider
el 29 de Oct. de 2015
Hello,
I want to create separate matrices of just one row and all of its columns from a 73x400 matrix. So instead of that one matrix I will have 73 1x400 matrices.
I know its a relatively easy indexing problem but I'm blanking!
Thanks for the help.
1 comentario
Star Strider
el 29 de Oct. de 2015
The short answer is: Don’t!
Just refer to the rows as necessary when you need to use them.
Respuesta aceptada
Más respuestas (0)
Ver también
Categorías
Más información sobre Matrix Indexing 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!