Hello,
Using Visual Studio 2017 compiler, I have built a compiled library for C++ interface with Matlab, follwing the steps mentioned here, but the command doc clib.libname returns nothing. The .lib, .h and .dll files are in the Downloads folder and the path has been added to the Matlab path. To make sure the path is not an issue, I followed the steps in matrixOperations example provided here, and that works fine. What can this "load the package" command be replaced with?- At the MATLAB command prompt, display help for the interface. In the example, the clibgen.generateLibraryDefinition command changed the name of the interface to matrixOperations to matrixlib. Type this command to load the package.
I tried few struct names from the C++ header file, but not able to load the dll to Matlab. I would appreciate if anyone can guide me through this last step.
Thanks.