Cannot find parameter when using Parameter Estimation

1 view (last 30 days)
Hey community,
when I try to run a parameter estimation i get the following warning/fault:
warning: The sim command encountered an error when setting the model parameter value defined by the parameter object 'R0_LUT', the error was: 'The variable 'R0_LUT' cannot be resolved by the model 'Modell_3RC_00'. Make sure that the variable is defined in the model, base workspace, or data dictionary.'.
But actually the parameter R0_LUT ist defined in the workspace nad there is no problem when I run the modell itself.
Does anyone know how to solve this problem?
Thanks in Advance! Greets, Michael

Answers (1)

Walter Roberson
Walter Roberson on 11 Feb 2016
I suspect the easiest solution would be to add a "From Workspace" block to make it clearer where the variable comes from.

Categories

Find more on Modeling in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!