Converting uint8 array into 32-bit
이전 댓글 표시
I have a 1280x960 uint8 array that I would like to convert into uint32. Any suggestions?
Thanks!
채택된 답변
추가 답변 (1개)
Thomas
2012년 6월 6일
I'm not sure maybe the type cast command will help
doc typecast
댓글 수: 1
Walter Roberson
2012년 6월 6일
typecast would be for the case where several uint8 had to be bundled together to form a single uint32.
카테고리
도움말 센터 및 File Exchange에서 Image Arithmetic에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!