apryor6 / splinterp

Lightweight, multithreaded, MEX-aware C++ header-only template library for parallel calculation of linear, bilinear, and trilinear interpolation.
BSD 2-Clause "Simplified" License
60 stars 9 forks source link

Error in matrix.h #5

Closed P705 closed 4 years ago

P705 commented 4 years ago

Hi I find mex.h and other libraries in matlab installation directory. But my program can't run because of different errors. The image of different errors attaches to you. How can i handle these errors?

Another basic question is about the mex.h. The mex.h and other libraries were used for c++ code. that means the functions in matlab can be used in c++. that is right ? image

apryor6 commented 4 years ago

These kinds of issues are usually related to the version of the installed C++ compiler. See the following link for more information:

https://www.mathworks.com/support/requirements/supported-compilers.html