How can one convert image pixels ot type uint8 or double into hex data file to be used in HDL language

2 views (last 30 days)
Matlab code for uint8 or double type into hex file

Answers (1)

Image Analyst
Image Analyst on 13 Jan 2016
Try fprintf() if you want the pixels written out to a text file with their hex representation.

Categories

Find more on Convert Image Type in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!