How do you create a Simulink Block for hardware when a .dll is provided?

2 次查看(过去 30 天)
After watching the video Creating a Simulink Block Using MATLAB Code, which shows how to create a Simulink Block for hardware when you have the C/C++ source files, I am wondering how you would create a block if you had a .dll file instead of C/C++ source code.
(This question based on the comment made to the File Exchange entry associated with the aforementioned video)

采纳的回答

MathWorks Student Competitions Team
编辑:MathWorks Support Team 2020-4-2
You should be able to add a precompiled library to your Simulink Block in the same way described in the example:
The method for creating Simulink Blocks described in the video mentioned in the question uses a MATLAB class that inherits from the coder.ExternalDependency class, just like the class in this example. This example shows the functions:
  • buildInfo.addLinkObjects
  • buildInfo.addNonBuildFiles
which, in this case, are used to add a .lib file and a .dll file to the buildInfo respectively.

更多回答(0 个)

类别

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

Community Treasure Hunt

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

Start Hunting!

Translated by