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!