Effacer les filtres
Effacer les filtres

stair generator matrix input?

2 vues (au cours des 30 derniers jours)
Peter Balazovic
Peter Balazovic le 12 Avr 2022
Réponse apportée : Krishna le 28 Déc 2023
is it posible to have matrix change on stair generator?
or otherway to do matrix change during simulation?
  3 commentaires
Peter Balazovic
Peter Balazovic le 13 Avr 2022
"During simulation" means to change parameters (time dependent), and as well interact with simulation (mouse click, switch etc...)
Peter Balazovic
Peter Balazovic le 13 Avr 2022
I have RC network where I want to change R,C parametrs during runtime. I would prefer "Stair Generator" to enter parameters at once instead of having "Stair Generator" per each element .

Connectez-vous pour commenter.

Réponses (1)

Krishna
Krishna le 28 Déc 2023
Hi Peter,
Indeed, Simulink allows for the modification of parameters during a simulation, giving you the capability to interact with it in real-time.
For those working with an RC network in MATLAB and Simulink, adjusting parameters on-the-fly can be efficiently done by employing a "Stair Generator" block. This block is designed to output a series of step changes at specified times, which you can align with the desired adjustments in resistance (R) and capacitance (C) values throughout the simulation's duration.
When you need to alter multiple parameters simultaneously, you can format the Stair Generator's output as a matrix. Each column in this matrix can represent a separate parameter of your RC network. For example, you could have resistance values in the first column and capacitance values in the second. You would then route this matrix into your RC network model, utilizing multiplexer (mux) blocks to parse the matrix columns and link them to the corresponding elements of your circuit.
Please go through this documentation to learn more about how to do it,
Please go through this documentation to know more about stair generator,
Additionally, you can also use variant parameters (Simulink.VariantVariable) to vary the values of block parameters in a model conditionally during simulation and code generation.
Hope this helps.

Catégories

En savoir plus sur Simulink dans Help Center et File Exchange

Produits


Version

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by