I want a matrix to be represented in the form of an array
古いコメントを表示
I want a image matrix 512x512 to be represented in the array form or simply in a straight line while scanning the matrix in inverse S way. I have attached an image to make it clear
採用された回答
その他の回答 (1 件)
David Barry
2016 年 12 月 22 日
a = rand(512, 512);
a = a(:);
カテゴリ
ヘルプ センター および File Exchange で Histograms についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
