"No results for clib.libname" error
Afficher commentaires plus anciens
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.
doc clib.matrixlib.Mat
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.
1 commentaire
Réponses (0)
Catégories
En savoir plus sur Call C++ from MATLAB dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!