How to use input signals as variables in Simulink blocks?

158 vues (au cours des 30 derniers jours)
Chris Mounce
Chris Mounce le 22 Mai 2018
How can I use an input signal as a variable for one of the block parameters of a block, such as the Slope or Initial Value for a Ramp block? The ramp is just an example, as I would like to apply this to other blocks as well. Thanks!

Réponses (2)

Rishabh Rathore
Rishabh Rathore le 24 Mai 2018
oh, you want use input signals as values for parameter? I'm afraid that's not possible. Signals and parameters are two different things altogether. It is possible to use signal to specify number of input ports for blocks like multiport switch, but in general you cannot use signals as values for parameters.

Rishabh Rathore
Rishabh Rathore le 23 Mai 2018
Here's what I understand from you question, you want to use variables as input/parameters not constants.
So the way you can do this is define the parameter in workspace of matlab and use that variable instead of the constant values as parameter.
Steps required:-
  1. Define the variable for parameter in workspace
  2. double click the block to open parameter dialogue box
  3. use the variable name defined in the workspace for the relevant parameter.
Note:- Make sure that the variable get initialized/assigned before it's been used.
  1 commentaire
Chris Mounce
Chris Mounce le 23 Mai 2018
While I appreciate the answer, I know that I can set "X=5" and then use X in the parameter. I'm looking more as to how to use an input signal from an input port(In1) as a parameter in the block.

Connectez-vous pour commenter.

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by