Simulink/ MATLAB Function Integration
显示 更早的评论
Hello,
I have a main function in matlab which in a part of it, uses a simulink block (C-Caller) which contains a c code. for doing this, in the main function I have used this command:
out=sim('calc')
which "calc" is the name of my C-code containing block. Now I want to put the main function in a simulink Matlab Function block. I wanted to know how can i implement this? How should I do this when I put this function in a simulink block. In other words, how does this command change?
Best Regards
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Subsystems 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!