convert hex data to viewable image using matlab R2018a
7 次查看(过去 30 天)
显示 更早的评论
I'm Sushikshitha,i need a favour that i have hex data values,i need to convert this hex data into viewable image in matlabR2018a Please help me out... I am not able to display the image(JPEG)

1 个评论
Guillaume
2018-6-29
编辑:Guillaume
2018-6-29
While it is trivial to convert your string of hexadecimal characters into actual numbers, to convert that into an image, we would need to know how the image is actually encoded (Size? How many colour planes? If more than one colour plane, are they interlaced or consecutive? Row major or column major? etc). There is no convention for that.
It would also be useful to have an example of your text file (not a screenshot, the actual file!)
回答(1 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Data Type Conversion 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!