Is there support in Matlab 2012b and up for using Bus objects in a level-2 M S-function??
1 次查看(过去 30 天)
显示 更早的评论
Is there support in Matlab 2012b and up for using Bus objects in a level-2 M S-function??
If not, any work-around possible to work with a "struct-like" data type in such an S-function?
Kind regards,
Erwin
0 个评论
回答(1 个)
Zack Peters
2013-10-24
Hi Erwin,
Currently, there is no way to pass bus objects with varying data types into a level-2 MATLAB S-Function. I would suggest either breaking up the bus object/structure with bus selector blocks and passing multiple inputs into the s-function or considering using a C S-function which can be much more versatile.
~Zack
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!