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!