Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は次のようなマトリックスを持っています
x = [randn(30,1); 5+randn(30,1)];
60行あります。密度を乱さずに行数を減らすにはどうすればよいですか?
reshape関数を使用して、内容を変更せずにマトリックスの寸法を変更します。
x=reshape(x,m,n)
mxn行列を生成します。エントリの数は変更してはならないため、この場合、m*nは60に等しくなければなりません。
特定のクラス内のタグ?