saving data with different format
Mostrar comentarios más antiguos
how can i save data in .txt format instead of .mat, beside how can i save video frames as image.bmp
thanks..
Respuestas (1)
Walter Roberson
el 14 de Mzo. de 2013
0 votos
save() with the -ascii flag, OR, fopen(), fprintf(), fclose.
imwrite()
2 comentarios
Niveen Morsi
el 14 de Mzo. de 2013
Editada: Niveen Morsi
el 14 de Mzo. de 2013
Well, the solution is to type "doc " before all the functions mentioned by Walter, in the command window, e.g.
>> doc save % then I must look for -ascii
>> doc imwrite % then I must look for bmp
Categorías
Más información sobre Images en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!