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
The following test works for MATLAB, but not Octave:
checking matlab testcase director_default
ERROR: director_defaultMEX: No matching function for overload function 'new_Foo'
. Possible C/C++ prototypes are:
Foo::Foo(mxArray *,int)
Foo::Foo(mxArray *)\nERROR: director_defaultMEX: No matching function for ov
erload function 'new_Foo'. Possible C/C++ prototypes are:
Foo::Foo(mxArray *,int)
Foo::Foo(mxArray *)\n
director_default failed
checking matlab testcase director_detect
The text was updated successfully, but these errors were encountered:
The following test works for MATLAB, but not Octave:
The text was updated successfully, but these errors were encountered: