how to convert .bmp to .txt file

2 visualizzazioni (ultimi 30 giorni)
reza
reza il 14 Gen 2013
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.

Risposta accettata

Pedro Villena
Pedro Villena il 14 Gen 2013
rgb = imread('myImageFile.bmp');
dlmwrite('myImageFile.txt',rgb);

Più risposte (0)

Categorie

Scopri di più su Convert Image Type in Help Center e File Exchange

Prodotti

Community Treasure Hunt

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

Start Hunting!

Translated by