You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If one adds GPmat to MATLAB's path, then this causes the GPmat implementation of fcnchk to replace MATLAB's provided function named fcnchk. This causes errors if one needs to use fminunc, for example.
Error using fcnchk
Too many output arguments.
Error in optimfcnchk (line 83)
[funfcn, idandmsg] = fcnchk(funstr,lenVarIn); %#ok<DFCNCHK>
Error in fminunc (line 249)
funfcn = optimfcnchk(FUN,'fminunc',length(varargin),funValCheck,gradflag,hessflag);
Using MATLAB R2016b.
The text was updated successfully, but these errors were encountered:
If one adds GPmat to MATLAB's path, then this causes the GPmat implementation of
fcnchk
to replace MATLAB's provided function named fcnchk. This causes errors if one needs to use fminunc, for example.The following example code:
...produces the following output:
Using MATLAB R2016b.
The text was updated successfully, but these errors were encountered: