How to configure to generate DLL from SIMULINK and use the DLL

33 visualizaciones (últimos 30 días)
Dingguo Lu
Dingguo Lu el 26 de Abr. de 2016
Respondida: Arnab Sen el 28 de Abr. de 2016
I try to generate a dll file based on a Simulink model, which is a multiple input and multiple output model. The generated dll file will be integrated in another Simulink model.
1. How shall I set in Coder Generation Options?I am using ert_shrlib.tlc. For the "Interface", do I need to select "Single output/update function“ and "continuous time". The model contains continuous integrator.
2. How can I integrate the generated dll file into another Simulink model? More specifically, how can call the function to get certain outputs. I tried to use"coder.ceval". Since the outputs of the simulink as Step function arguments are configured as pointers, how can I call the function in matlab?

Respuestas (1)

Arnab Sen
Arnab Sen el 28 de Abr. de 2016
Hi Dingguo,
1. For model configuration you can have a look into the demo model 'rtwdemo_shrlib'. For this in MATLAB Command Window execute
>>rtwdemo_shrlib
2. For detail regarding how to create the '.dll' and share that with other models, refer to the following link:

Categorías

Más información sobre Deployment, Integration, and Supported Hardware en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by