Info

Cette question est clôturée. Rouvrir pour modifier ou répondre.

Block Mask Cripples Simulink.Parameter

2 vues (au cours des 30 derniers jours)
Robert
Robert le 12 Juil 2018
Clôturé : MATLAB Answer Bot le 20 Août 2021
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?

Réponses (0)

Produits


Version

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by