How to load GSL library in Simulink for C Caller?

1 回表示 (過去 30 日間)
Vinícius Freitas
Vinícius Freitas 2019 年 4 月 24 日
回答済み: Mark McBroom 2019 年 4 月 27 日
I want to load in the Simulink C Caller block some functions that use the GSL library. How can I integrate this compiled library with C caller?
I could use the C caller with .c and .h but I don't know how to use with compile libraries like GSL (.lib .dll) Windows or (.a .so) Linux. I use Windows.

採用された回答

Mark McBroom
Mark McBroom 2019 年 4 月 27 日
You should be able to do this by adding the name of your library to the "Libraries" tab of the Additional Build information dialog in Custom Code. I believe you will need to specify the full path to the library, similar to the syntax used in the link for specifying custom C code.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeCall C++ from MATLAB についてさらに検索

製品


リリース

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by