"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?
댓글 수: 1
Walter Roberson
2012년 9월 11일
Which release are you using?
답변 (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!