Home > Back-end >  2016 a mixed with VS2010 programming in Matlab, configuration problems
2016 a mixed with VS2010 programming in Matlab, configuration problems

Time:09-18

> Tex-mex - setup
Tex-mex is configured to use 'MinGW64 Compiler (C)' to the C language compilation,
Warning: MATLAB C and Fortran API has changed, we can support
Contains 2 ^ 32 - more than one element of the MATLAB variables, not long after,
You need to update the code to use
The new API, you can find relevant details in the link below:
http://www.mathworks.com/help/matlab/matlab_external/upgrading-mex-files-to-use-64-bit-api.html,

Want to choose a different language, please choose a command from the following options:
Tex-mex - setup c + +
Tex-mex - setup FORTRAN
Tex-mex is configured to use 'MinGW64 Compiler (c + +)' to compile c + + language,
Warning: MATLAB C and Fortran API has changed, we can support
Contains 2 ^ 32 - more than one element of the MATLAB variables, not long after,
You need to update the code to use
The new API, you can find relevant details in the link below:
http://www.mathworks.com/help/matlab/matlab_external/upgrading-mex-files-to-use-64-bit-api.html,

> Mbuild - setup
Incorrect use mbuild (line 164)
Unable to complete successfully.
Found no support for the compiler or the SDK, you can install free MinGW - w64 C/C + + compiler; Please refer to the installation of
MinGW - w64 compiler, for more options, please visit
http://www.mathworks.com/support/compilers/R2016b/win64.html,


The above is I encountered error, set up in matlab is matlab2016 differ with VS2010 version is too big, not equal to, or what reason?


  • Related