load a mtalb compiled dll in matlb

조회 수: 7 (최근 30일)
tel aviv university
tel aviv university 2015년 8월 25일
답변: Philip Borghesani 2015년 8월 25일
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일
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개)

카테고리

Help CenterFile Exchange에서 MATLAB Compiler에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by