create Simulink custom block
1 次查看(过去 30 天)
显示 更早的评论
Can we create a block thats not exist at library? like aerospace wing block?
0 个评论
采纳的回答
Jim Riggs
2019-10-24
You can create almost anything you like. See the "user defined functions" tab in the library browser.
You can use a "MATLAB function" or "Matlab subsystem" block to embed Matlab code in a Simulink block.
You can use an "S-function" block to embed C/C++ code in a simulink block.
And a "Subsystem block" can contain any number of other Simulink blocks, including Matlab function blocks and S-functions.
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Unit Conversions 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!