フィルターのクリア

How can I make a smaller matrices from a bigger matrix?

1 回表示 (過去 30 日間)
Ayob
Ayob 2013 年 5 月 11 日
When I want to make a bigger matrix from smaller one I use this method that I explain below:
C=[2 3 10]
A=[4 5 6;7 8 9;10 11 12]
B(C,C)=A
In this method every element of matrix A is put in matrix B in a special position that matrix C tells.
But now I have bigger matrix ( matrix B ) and I want to make smaller one which is matrix A with the help of matrix C again, exactly vise versa of what explained and done before. How can I do it? I love working with Matlab special feature in matrices more than using for loops in programming.

採用された回答

Andrei Bobrov
Andrei Bobrov 2013 年 5 月 11 日

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeCreating and Concatenating Matrices についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by