- execute bus object definition file.
- Simulate model.
Using complex structure in simulink constant block
3 次查看(过去 30 天)
显示 更早的评论
Hello,
I know that there is way to pass structure to simulink model as bus object but what should I do if i need to pass complex structure with structures as fields?
Example of structure:
Structure.A.a=1;
Structure.B.a=2;
Are there any another way to pass complex set of data to simulink model without accessing it to block parameters?
0 个评论
采纳的回答
stozaki
2020-1-18
编辑:stozaki
2020-1-18
Hello,
Please try attached model.
MathWorks dcoumentation : Simulink.Bus.createMATLABStruct
Regards,
stozaki
3 个评论
stozaki
2020-1-20
Thank you for checking.
I cannot describe future releases in MATLAB Anser. We appreciate your understanding.
I understand your opinion that scripting is complicated.
Bus nested can be created graphically using the Bus Editor. You can automatically generate a bus definition file from the Bus Editor.
Regards,
stozaki
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Composite Interfaces 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!