I want to convert matrix into vector
1 ビュー (過去 30 日間)
表示 古いコメント
I want to convert matrix into vector.I have a matrix which contain noise of 434 images. The size of the noise is 512*512*434 i want to convert this into a vector that is 262144*434 .
How is this possible.Pls reply,Thanks in advance.
0 件のコメント
採用された回答
Andrei Bobrov
2020 年 11 月 26 日
a - your array [512 x 512 x 434]
out = reshape(a,[],size(a,3))
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Find more on Elementary Math in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!