Custom storage classes for code generation

1 回表示 (過去 30 日間)
Leopoldo Rodriguez
Leopoldo Rodriguez 2019 年 7 月 22 日
編集済み: Nick Sarnie 2019 年 8 月 15 日
I have created a custom storage class for constant parameters using the custom storage class designer, I have selected a constant memory sectio with exported data scope and checked on the "For Parameters" box. When I use that paramete from my data dictionary I am having errors in certain blocks like input ports
Parameter 'PortDimensions' of 'Model' is non-tunable but refers to tunable variables (ConstantParameter (base workspace))
How can I fix this?

回答 (1 件)

Nick Sarnie
Nick Sarnie 2019 年 8 月 15 日
編集済み: Nick Sarnie 2019 年 8 月 15 日
Hi Leopoldo,
It looks like you are trying to use the custom storage class parameter in a block parameter that is not tunable. This means it will cannot have a variable in the generated code. PortDimemsions is an example of this because the code needs to be regenerated if the dimensions change. You can only use the custom parameter in block parameters that are tunable.
Thanks,
Nick

カテゴリ

Help Center および File ExchangeSimulink Coder についてさらに検索

製品


リリース

R2017b

Community Treasure Hunt

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

Start Hunting!

Translated by