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!