Info
この質問は閉じられています。 編集または回答するには再度開いてください。
Block Mask Cripples Simulink.Parameter
1 回表示 (過去 30 日間)
古いコメントを表示
I defined a block mask receiving a parameter that is required to be a Simulink.Parameter object. All is fine as long as I only use this parameter inside the masked subsystem. Simulation and code generation heed all configuration I set on the Simulink.Parameter object. But now I also need to do some computation using this object within the initialisation of the block (MaskInitialization). To my very surprise I end up with an embedded.fi object where most of the information of the original object is lost, as class embedded.fi simply doesn't contain e.g. min/max Values or coder info. Does anyone have an explanation for that behavior? Is there a known workaround aside from passing a string and searching the workspace hierarchy for a variable of that name?
0 件のコメント
回答 (0 件)
この質問は閉じられています。
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!