Can I create a simulink bus object from a struct that has cell arrays as elements?
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Antworten (0)
Siehe auch
Kategorien
Mehr zu Structures finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!