when using casadi windows binaries from casadi-matlabR2014a-v3.4.5 and MATLAB R2016b
>> import casadi.*
>> x=MX.sym('x')
and got the error
Invalid MEX-file '<install directory>\casadi-windows-matlabR2014b-v3.4.5\casadiMEX.mexw64': The specified procedure could not be found..
Error in casadi.GenMX.sym (line 367)
[varargout{1:nargout}] = casadiMEX(358, varargin{:});
my matlab path includes all folders and subfolders of the casadi installation
is there any hint to solve this problem?
thanks