how to convert .bmp to .txt file
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaires
Réponse acceptée
Pedro Villena
le 14 Jan 2013
rgb = imread('myImageFile.bmp');
dlmwrite('myImageFile.txt',rgb);
0 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Convert Image Type dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!