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
First the Matlab C++ compiler has to be set using:
mex -setup
Visula studio C++ for windows can be used.
If you are using MATLAB version 6.5 or a later version, you need to replace all "mxCreateScalarDouble" with "mxCreateDoubleScalar". This is done in the current version.
Read more here ...