how to convert .bmp to .txt file
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuesta aceptada
Pedro Villena
el 14 de En. de 2013
rgb = imread('myImageFile.bmp');
dlmwrite('myImageFile.txt',rgb);
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Convert Image Type en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!