Effacer les filtres
Effacer les filtres

Using complex structure in simulink constant block

2 vues (au cours des 30 derniers jours)
Sergey Kasyanov
Sergey Kasyanov le 17 Jan 2020
Commenté : Sergey Kasyanov le 20 Jan 2020
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?

Réponse acceptée

stozaki
stozaki le 18 Jan 2020
Modifié(e) : stozaki le 18 Jan 2020
Hello,
Please try attached model.
  1. execute bus object definition file.
  2. Simulate model.
MathWorks dcoumentation : Simulink.Bus.createMATLABStruct
Regards,
stozaki
  3 commentaires
stozaki
stozaki le 20 Jan 2020
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
Sergey Kasyanov
Sergey Kasyanov le 20 Jan 2020
I can not use GUI because I am working with complex structures)
I worry about program approach to that problem because it is working only if I have structure with no repeating fields. If I want to create bus:
A.A.A.a=1;
A.A.B.d=1;
A.B.A.b=1;
A.B.B.c=1;
...% and so on
what should I do?
Can I send offer to developers to fix that situation?

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Composite Interfaces dans Help Center et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by