how to convert a .mat file in workspace to a video file(e.g avi)
조회 수: 8 (최근 30일)
이전 댓글 표시
Sir, How Can i convert a .mat file of workspace containing video data to a .avi file as the output video file...???
댓글 수: 0
채택된 답변
Image Analyst
2013년 8월 26일
You need a sequence of images, not a whole workspace which could contain dozens of unrelated variables. Then use the VideoWriter class.
You might also want to look at my demo http://www.mathworks.com/matlabcentral/answers/81210#answer_90938
댓글 수: 2
추가 답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!