assigning array to another
古いコメントを表示
I'm struggling with the rows index of the matrix.
First I have Matrix A which is 1125 X 30 dimensions. I want to initialize Matrix B as 10 X 30, first as zeros and then matrix B takes the first ninth rows of matrix A, and keep its last rows as zeros. How can I do that?
6 件のコメント
James Tursa
2015 年 4 月 3 日
編集済み: James Tursa
2015 年 4 月 3 日
What is "... first ninth rows ..."? The 1st through the 9th? The 1st and 9th only? Every 9th row? Or what?
And where exactly in B do you want these rows of A to appear?
Hello Matlab
2015 年 4 月 3 日
the cyclist
2015 年 4 月 3 日
This is not perfectly clear to me. What is the final size of B?
Hello Matlab
2015 年 4 月 3 日
James Tursa
2015 年 4 月 3 日
Where in B do you want these values of A to be assigned?
Hello Matlab
2015 年 4 月 3 日
編集済み: Hello Matlab
2015 年 4 月 3 日
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Creating and Concatenating Matrices についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!