matlab - Error: At compilation, "varargout" was determined to be a variable -
the full error message reads:
at compilation, "varargout" determined variable , variable uninitialized. "varargout" function name , previous versions of matlab have called function. however, matlab 7 forbids use of same name in same context both function , variable.
error in c:\programs\comsol43a\mli\mphglobal.p>mphglobal (line 177)
the function call looks this:
[param_values{1:length(params)}] = mphglobal(m, params);
note mphglobal(..)
closed-source.
this works sometimes, gives error message @ other times.
the problem params
empty. error message appears.
Comments
Post a Comment