How to load GSL library in Simulink for C Caller?

1 visualización (últimos 30 días)
Vinícius Freitas
Vinícius Freitas el 24 de Abr. de 2019
Respondida: Mark McBroom el 27 de Abr. de 2019
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.

Respuesta aceptada

Mark McBroom
Mark McBroom el 27 de Abr. de 2019
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.

Más respuestas (0)

Categorías

Más información sobre Call C++ from MATLAB en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by