Why when I debug my M Function this announcement always appear?

1 view (last 30 days)
??? Error using ==> Michael
Too many input arguments.
  7 Comments
seand munir
seand munir on 9 May 2013
and when I type on command :
which -all Michael
the display will be:
C:\Dokumente und Einstellungen\admin\Eigene Dateien\Downloads\michael.m
seand munir
seand munir on 9 May 2013
wunderbar!!!!!
It is run well.
Thx your idea.
I re copy my function and only put it in C foldr directly.
and it is worked.
many thx brother.

Sign in to comment.

Accepted Answer

Image Analyst
Image Analyst on 9 May 2013
I don't know if Michael is actually this:
function qsalfig8_12
which is the first function in Michael.m, but that function does not take any arguments. If you're calling it with arguments, like
qsalfig8_12(42);
or
Michael(42);
you would get that error.
  2 Comments
seand munir
seand munir on 9 May 2013
it is already worked brother. thx. I re-copy my file to C folder directly. and I run this file from C directly.

Sign in to comment.

More Answers (0)

Categories

Find more on MATLAB in Help Center and File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!