MATLAB: Is there any way to read a .bmp file from usb and convert it into an array in MATLAB

matlab arduino interface

first read .bmp file from sd card. then convert it into its corresponding array.

Best Answer

doc imread
Related Question