how to convert a .mat file in workspace to a video file(e.g avi)
8 views (last 30 days)
Show older comments
Sir, How Can i convert a .mat file of workspace containing video data to a .avi file as the output video file...???
0 Comments
Accepted Answer
Image Analyst
on 26 Aug 2013
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 Comments
More Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!