Simulink - Interpreted Matlab Function: How can I define that I want two inputs to my function?
18 次查看(过去 30 天)
显示 更早的评论
I hava a function represented by the interpreted matlab function block.
In the matlab function code, I have specified it has two inputs. However, one one input port appears on the interpreted matlab function block. Hence, when I run the simulaiton, I get an error telling me the function expects two inputs. How then can I define that I want two input ports on my interpreted matlab function block?
Thanks,
Rafael
0 个评论
回答(1 个)
maiaL
2020-8-4
The Interpreted MATLAB function block only accepts one input afaik. Would it be possible to use a MATLAB function block instead?
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Simulink Functions 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!