How to initialize variables (parameters) in Simulink

102 Ansichten (letzte 30 Tage)
Kiran Sagar
Kiran Sagar am 16 Jul. 2013
Kommentiert: Ting Liang am 1 Dez. 2020
I have a model of a mechanical system in simulink, which has a lot of parameters which are NOT variables mathematically speaking. eg. Mass, length of a body.
i have some fixed values for these parameters which do not change during the simulation. my model is having many user-defined blocks and in each block i have to initialize the same variables.
is there any method by which i can initialize variables in common for all user-defined blocks. OR may be i could initialize these variables in a file and extract it.
  1 Kommentar
Kiran Sagar
Kiran Sagar am 16 Jul. 2013
the primary aim is to have a single source of the parameter values, so that i need not go to each block to change the value of single parameter

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Kaustubha Govind
Kaustubha Govind am 16 Jul. 2013
Yes, typically this kind of initialization is done using MATLAB code that is called from the model InitFcn callback, so that the code is run every time the model is compiled or run. If you want the parameters to be created only once when the model is open, you can use the PostLoadFcn callback.
  1 Kommentar
Ting Liang
Ting Liang am 1 Dez. 2020
Hi, Kaustubha,
Excuse me.
Can I ask whether it is possible to set up a M file(M code) to achieve parameter initialization? Cause if I use InitFcn to initialize the parameters, they cannot be annotated, some time later, it would be difficult for me to recognize these parameters?
Thanks.
Best regards

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Event Functions finden Sie in Help Center und File Exchange

Tags

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by