- If you are trying to compile any MATLAB file, then it’s corresponding .dll and .lib files gets linked in the process. But if you want to add external .lib files please refer this link
- In order to understand which compiler MATLAB is using for compilation you can make use of the following command
create a .dll and .lib file
12 ビュー (過去 30 日間)
古いコメントを表示
Hello Matlab,
I have a .mexw64 file. From this file, I succeed to compile .dll file. I would like to know if it possible to compile a .lib file as well? Also what is the compiler matlab is using for compiling those file?
Regards,
Nicolas
0 件のコメント
回答 (1 件)
Monisha Nalluru
2020 年 7 月 9 日
mex -setup language
For more information, you can refer to this documentation
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で MATLAB Compiler についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!