How do I input a struct as an input to a custom matlab simulink function?
Show older comments
I have a struct which defines constants and vectors for aerodynamics surfaces on an aircraft. How do I create a bus with a struct input?
1 Comment
stozaki
on 23 Feb 2020
Can you use stateflow?
Answers (2)
Alok Virkar
on 26 Feb 2020
Edited: Alok Virkar
on 26 Feb 2020
Sai Sri Pathuri
on 26 Feb 2020
0 votes
When you created the bus object using Simulink.Bus.createObject, a structure s2Bus and a bus object slBus1 are created. Assigning the bus name as 's2Bus' has only changed the field 'busName' in s2Bus structure but the name of bus object is still slBus1. (as you can see in below figure)

Hence, you need to set the datatype of bus input as Bus: slBus1.
3 Comments
Alok Virkar
on 1 Mar 2020
Sai Sri Pathuri
on 4 Mar 2020
Can you attach the simulink model?
Alok Virkar
on 28 Apr 2020
Edited: Alok Virkar
on 28 Apr 2020
Categories
Find more on Event Functions in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
