What 'Signal name must resolve to Simulink object' checkbox actually does, and when to use it?
34 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Laki NS
il 24 Ago 2018
Modificato: Sebastian Castro
il 24 Ago 2018
I am almost new in Simulink world, and I would like to know when to check this option, and what it does, how it is related to data dictionary?
Thank you.
0 Commenti
Risposta accettata
Sebastian Castro
il 24 Ago 2018
Modificato: Sebastian Castro
il 24 Ago 2018
Normally, the input/output data to a MATLAB Function block, Stateflow chart, etc. has all these properties you can define. For example, data type, sample time, dimensions, etc.
One way to define these properties is by modifying the Simulink model file itself... but what if you want to reuse the block for different properties, or keep the definition of these properties separate from the model file?
Instead, you have the option of creating an variable in MATLAB of type Simulink.Signal. When you do this, this variable exists separately from the model so you can change your data properties without modifying the model file.
For more information, check out the following pages:
Introduction to Simulink.Signal objects: https://www.mathworks.com/help/simulink/ug/sim-signal-property-dialog-box.html
How to enable this option (it's a Stateflow example, but works the same with MATLAB Function block): https://www.mathworks.com/help/stateflow/ug/resolving-data-properties-from-simulink-signal-objects.html
Hope this helps.
- Sebastian
0 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Simulink Functions in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!