How are math operations of constants in simulink models performed?

3 visualizzazioni (ultimi 30 giorni)
Are the results calculated at every simulation step or are they calculated only once at the beginning of the simulation?
example:
If I have two constants a and b. In Simulink I call them through constant blocks and add them using an add block. Does the solver calculate this sum at each calculation step or does it calculate the sum only once?

Risposta accettata

Thomas Ayres
Thomas Ayres il 2 Mag 2019
Hi Michael,
It depends how you have configured the sample time for your Simulink constant blocks and maths blocks. If they have a sample time of inf then they will only be calculated once. If not they will be calcuated at the sample time assigned.
Regards
Tom

Più risposte (1)

Raj
Raj il 2 Mag 2019
The computation is done at each simulation step time. So if you are adding two constant blocks, from t=start of simulation to t=end of simulation, Simulink computes the sum at each sampling time step.
  4 Commenti
Thomas Ayres
Thomas Ayres il 2 Mag 2019
In this case you are correct, the answer is not constant and is computed throughout, but this isn't the case asked by Michael. In your example you don't have 2 constants being added. The sample time of the signal coming from the switch will be driven by your signal builder block creating a varying signal. If you had Michaels example described above you could configure it to computer once or multiple times.
Michael Knörzer
Michael Knörzer il 3 Mag 2019
If you compute this example setting the sample time of the add block to t_s > 5s the scope will show constant two.

Accedi per commentare.

Categorie

Scopri di più su General Applications in Help Center e File Exchange

Prodotti


Release

R2017a

Community Treasure Hunt

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

Start Hunting!

Translated by