saving data with different format
显示 更早的评论
how can i save data in .txt format instead of .mat, beside how can i save video frames as image.bmp
thanks..
回答(1 个)
Walter Roberson
2013-3-14
0 个投票
save() with the -ascii flag, OR, fopen(), fprintf(), fclose.
imwrite()
2 个评论
Niveen Morsi
2013-3-14
编辑:Niveen Morsi
2013-3-14
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
类别
在 帮助中心 和 File Exchange 中查找有关 Images 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!