Divide 73x400 matrix into 73 1x400 matrices
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Matthew
am 29 Okt. 2015
Kommentiert: Star Strider
am 29 Okt. 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 Kommentar
Star Strider
am 29 Okt. 2015
The short answer is: Don’t!
Just refer to the rows as necessary when you need to use them.
Akzeptierte Antwort
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Matrix Indexing finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!