load a mtalb compiled dll in matlb
4 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
tel aviv university
le 25 Août 2015
Réponse apportée : Philip Borghesani
le 25 Août 2015
Hello, I would like to load a matlab compiled dll in my matlab code. I have tried using a .NET compiled dll (using add assembly) and a C lib compiled dll (using loadlibrary). Any thoughts how I can run a matlab compiled dll inside matlab? Thanks!
0 commentaires
Réponse acceptée
Philip Borghesani
le 25 Août 2015
You can't, Loading a MATLAB compiled application directly into MATLAB is deliberately prevented.
Quote from loadlibrary limitations section of documentation: "loadlibrary does not support libraries generated by the MATLAB Compiler™ product."
0 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur MATLAB Compiler dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!