Error using Horzcat. Undefined function or variable 'opaque' for input arguements of type double.
8 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I have a sim command which is calling my simulink model from my MATLAB script. The arguements are all assignin to the base workspace for the simulink model so it should be calling them ok.
However when trying to run the script I get the error:
Error evaluating expression '[list of inputs]' for 'Input' specified in the Configuration Parameters dialog for block diagram 'my model' : The following error occurred converting from double to opaque:
Error using horzcat
Undefined function 'opaque' for input arguements of type 'double'.
0 Kommentare
Akzeptierte Antwort
Fangjun Jiang
am 27 Okt. 2011
Try to Ctrl+D (update) your model or run the simulation of your model by click the "Run" button, Simulink will report the error regarding the particular block and you need to resolve the error first.
2 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Model Verification finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!