Global Simulink static/constant inside Matlab function

31 visualizaciones (últimos 30 días)
amin ya
amin ya el 10 de Mzo. de 2020
Respondida: Mark McBroom el 22 de Mzo. de 2020
Is there a way to define a global Simulink constant that can be called from Matlab functions?
I know these options but none work:
  • Datastore block doesn't have an option for being set to constant
  • Global variables (like in C) are not function's argument so using function input isn't what I want. But fine if there is no other way
  • I cannot set function parameters to constant.
I want to make the code efficient instead of reading from memory for each time step. Compilers usually hard code the static constants automatically, but Simulink doesn't have an option for this.

Respuestas (1)

Mark McBroom
Mark McBroom el 22 de Mzo. de 2020
If you add an argument to your MATLAB function and mark it as a parameter. Simulink will then look for this parameter in the MATLAB workspace.

Categorías

Más información sobre Deployment, Integration, and Supported Hardware en Help Center y File Exchange.

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