how to convert .bmp to .txt file
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Hi,
in Verilog code i want the .txt file of image .bmp now how i can convert it in MATLAB? Please excuse my poor english.
0 Kommentare
Akzeptierte Antwort
Pedro Villena
am 14 Jan. 2013
rgb = imread('myImageFile.bmp');
dlmwrite('myImageFile.txt',rgb);
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Convert Image Type finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!