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.
0 件のコメント
サインインしてコメントする。