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!

 採用された回答

Philip Borghesani
Philip Borghesani 2015 年 8 月 25 日

0 投票

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 件)

カテゴリ

ヘルプ センター および File ExchangeC Shared Library Integration についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by