Can I create a simulink bus object from a struct that has cell arrays as elements?
1 次查看(过去 30 天)
显示 更早的评论
I frequently use 'Simulink.Bus.createObject' to create bus objects in .m scripts from structs. I am considering using a 3rd party tool that has a struct with cell arrays. I'd like to create a bus object for this struct but 'Simulink.Bus.createObject' isn't happy.
I could always proceed by manually creating the bus object but this is very undesireable...
Is there no automated solution for more complex structs?
0 个评论
回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!