How to implement dll file to use this functions in matlab or simulink

1 次查看(过去 30 天)
Hi everyone, i generated a dll file from my LabVIEW model. Now i want to implement this model to Matlab or Simulink. Is this possible and if it is, how has it to be done?

回答(1 个)

Jemima Pulipati
Jemima Pulipati 2020-7-10
Hello,
Yes, a DLL can be loaded in Simulink and its functions can be used.
There are several ways to do this. For a list of ways to incorporate the DLL, please refer to the paper available at the following link:
One way to load a DLL in Simulink is to use the C MEX S-function block
To get started, you can have a look at these S-function examples
You can also use this tutorial to know how to load a DLL in C
NOTE: The process for Linux-based operating systems is a bit differentand you can refer this for more information.

类别

Help CenterFile Exchange 中查找有关 Simulink Coder 的更多信息

标签

产品


版本

R2017a

Community Treasure Hunt

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

Start Hunting!

Translated by