"Too many input arguments" when running VideoWriter
显示 更早的评论
I get the following error when I try to run VideoWriter, even when I use the example code found in the help document for VideoWriter as well as from the web
>> VideoWriter('test.avi');
??? Error using ==> VideoWriter.VideoWriter>VideoWriter.VideoWriter at 199
Too many input arguments.
Any ideas?
回答(2 个)
Image Analyst
2012-9-11
0 个投票
It ran just fine when I did it. Take the semicolon off and see it if spits anything out to the command window.
Eskapp
2015-2-12
0 个投票
Just got exactly the same issue with release 2013b. Could not find the cause but closing Matlab and re-launching it solved the problem.
类别
在 帮助中心 和 File Exchange 中查找有关 Startup and Shutdown 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!