Divide 73x400 matrix into 73 1x400 matrices
1 view (last 30 days)
Show older comments
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 Comment
Star Strider
on 29 Oct 2015
The short answer is: Don’t!
Just refer to the rows as necessary when you need to use them.
Accepted Answer
More Answers (0)
See Also
Categories
Find more on Matrix Indexing in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!