From: roya olyazadeh on
Does anyone know what it means??

??? One or more output arguments not assigned during call to 'C:\Docume.....myfunction
Error in ==> defff at 1
l=myfunction;
From: us on
"roya olyazadeh" <roya2543(a)gmail.com> wrote in message <htjem6$jim$1(a)fred.mathworks.com>...
> Does anyone know what it means??
>
> ??? One or more output arguments not assigned during call to 'C:\Docume.....myfunction
> Error in ==> defff at 1
> l=myfunction;

well, yes:

one or more output arguments are not assigned during call to myfunction...

what do you not understand(?)...

us
From: Steven Lord on

"roya olyazadeh" <roya2543(a)gmail.com> wrote in message
news:htjem6$jim$1(a)fred.mathworks.com...
> Does anyone know what it means??
>
> ??? One or more output arguments not assigned during call to
> 'C:\Docume.....myfunction
> Error in ==> defff at 1
> l=myfunction;

There is at least one code path through the function myfunction that when
executed does not define one or more of the variables listed as output
arguments in the definition of the function. Set a breakpoint at the
beginning of the function and step through it to determine why that code
path does not define the variable (maybe you misspelled the name?) and
correct the problem.

--
Steve Lord
slord(a)mathworks.com
comp.soft-sys.matlab (CSSM) FAQ: http://matlabwiki.mathworks.com/MATLAB_FAQ
To contact Technical Support use the Contact Us link on
http://www.mathworks.com