I want a matrix to be represented in the form of an array
Ältere Kommentare anzeigen
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
Akzeptierte Antwort
Weitere Antworten (1)
David Barry
am 22 Dez. 2016
a = rand(512, 512);
a = a(:);
Kategorien
Mehr zu Histograms finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
