Matlab to MPG
3 次查看(过去 30 天)
显示 更早的评论
I am looking to make a matlab movie into an mpg. There used to be a function called mpgwrite for older versions of Matlab, but I have the newest student version and this function doesn't exist. Any help would be great!!
Thank you!
1 个评论
Sean de Wolski
2011-5-18
I was hoping you knew a way to convert matlab codes to extra miles per gallon :)
回答(3 个)
Andy
2011-5-18
Are you sure mpgwrite was a MATLAB function, and not this FEX submission of the same name? And if they are different, have you tried the FEX submission to see if it works on your new updated version of MATLAB?
2 个评论
Andy
2011-5-18
First, please do not add new 'answers' to comment on other answers. Second, if you download the files, the README file says:
"The MPEG converter is a MATLAB mex file which can be built using the
included Makefile by calling make at the unix prompt. An ANSI C
compiler is required. Makefile can be modified if necessary to specify
an ANSI compiler. The resulting mex file can be invoked by calling
"mpgwrite" from the MATLAB command line.
On the PC, run the makedll m-file from within MATLAB.
Both Makefile and makedll.m can be found in the src subdirectory along
with the source code."
Maddie
2011-5-18
1 个评论
Jason Ross
2011-5-18
If you click the "Download All" button and download the .zip file it has the code and documentation.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Environment and Settings 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!