saving data with different format
2 views (last 30 days)
Show older comments
how can i save data in .txt format instead of .mat, beside how can i save video frames as image.bmp
thanks..
0 Comments
Answers (1)
Walter Roberson
on 14 Mar 2013
save() with the -ascii flag, OR, fopen(), fprintf(), fclose.
imwrite()
See Also
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!