how to convert .bmp to .txt file
2 ビュー (過去 30 日間)
古いコメントを表示
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 件のコメント
採用された回答
Pedro Villena
2013 年 1 月 14 日
rgb = imread('myImageFile.bmp');
dlmwrite('myImageFile.txt',rgb);
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Convert Image Type についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!