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

Popular posts from this blog

android - getbluetoothservice() called with no bluetoothmanagercallback -

sql - ASP.NET SqlDataSource, like on SelectCommand -

ios - Undefined symbols for architecture armv7: "_OBJC_CLASS_$_SSZipArchive" -