Simulink "variable block"

144 visualizaciones (últimos 30 días)
Peter Vella
Peter Vella el 16 de Nov. de 2019
Respondida: FraFal el 16 de Nov. de 2019
Where is the "variable block" located in the libraries please?

Respuestas (1)

FraFal
FraFal el 16 de Nov. de 2019
Hi,
if you want to use variables as input/parameters not constants, you can define the parameter in MATLAB workspace and use that variable instead of the constant values as parameter.
The steps are:
-Define the variable for parameter in MATLAB workspace
-Define a constant block and double clicking the block to open parameter dialogue box
- Use the variable name defined in the MATLAB workspace
-Make sure to inizialize or assig this variable before it's been used

Categorías

Más información sobre Naming Conventions en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by