saving data with different format
1 次查看(过去 30 天)
显示 更早的评论
how can i save data in .txt format instead of .mat, beside how can i save video frames as image.bmp
thanks..
0 个评论
回答(1 个)
Walter Roberson
2013-3-14
save() with the -ascii flag, OR, fopen(), fprintf(), fclose.
imwrite()
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!