Hi,
I am a proejct scienist from UC San Deigo, US.
Actually, my collegue and I have been trying to import a single C++ code (.cpp with .h) into MATLAB via the "clibgen", and the code has a single class and also call a numerical library, so-called "Eigen" for matrix manipulations.
However, we could import the all of member functions/variables declared in the class in the C++ code only excepting for the "Eigen" library.
Looking at the warning message on the command window as the below image, the warning seems to be attributed to the fact that the "Eigen" library is the template class-based.
FYI, ultimately, we'd like to import our own C++ codes consisting of the multiple classes and numerical libraries (e.g., nlopt, glpk, etc.), once we figure out the whole process of importing the C++ code through a single C++ code.
Do you have any ideas on this issue?
Thank you.