Submatrixes with different rows

Hi all
i have a certain matrix 45x5, i want to neatly cut this matrix in submatrixes (or maybe group into cells) with different rows (a1,a2,a3); how can i do that? So the submatrixes will go from:
1) 1----a1 (a1 rows)
2)a1+1----n1 (a2 rows)
3)n1+1-----n2(a3 rows)
Thank you for the help!!
Regards!!

2 Comments

Stephen23
Stephen23 on 2 Sep 2020
Edited: Stephen23 on 2 Sep 2020
"i have a certain matrix 45x5, i want to neatly cut this matrix in submatrixes..."
Probably with one of these:
Thank you very much!! it was very simple xD

Sign in to comment.

Answers (0)

Categories

Products

Asked:

on 2 Sep 2020

Commented:

on 2 Sep 2020

Community Treasure Hunt

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

Start Hunting!