"Too many input arguments" when running VideoWriter
7 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentar
Antworten (2)
Image Analyst
am 11 Sep. 2012
It ran just fine when I did it. Take the semicolon off and see it if spits anything out to the command window.
0 Kommentare
Eskapp
am 12 Feb. 2015
Just got exactly the same issue with release 2013b. Could not find the cause but closing Matlab and re-launching it solved the problem.
0 Kommentare
Siehe auch
Kategorien
Mehr zu Startup and Shutdown finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!