Can I put multiple functions in to dll using matlab compiler?

4 ビュー (過去 30 日間)
Peng Ye
Peng Ye 2018 年 9 月 9 日
回答済み: Walter Roberson 2018 年 9 月 9 日
I know how to make a single function DLL using matlab compiler, but since I have a few matlab functions to be compiled, I wonder if I can put all these functions in to a single dll? If so, how? Thanks.

採用された回答

Walter Roberson
Walter Roberson 2018 年 9 月 9 日
You can use the command line -a flag to add the files, or you can define a dummy routine that looks like it calls them all. You might be able to bring them in using the %#function pragma

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeMATLAB Compiler についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by