Converting uint8 array into 32-bit
Ältere Kommentare anzeigen
I have a 1280x960 uint8 array that I would like to convert into uint32. Any suggestions?
Thanks!
Akzeptierte Antwort
Weitere Antworten (1)
Thomas
am 6 Jun. 2012
I'm not sure maybe the type cast command will help
doc typecast
1 Kommentar
Walter Roberson
am 6 Jun. 2012
typecast would be for the case where several uint8 had to be bundled together to form a single uint32.
Kategorien
Mehr zu Image Arithmetic 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!