Error using Horzcat. Undefined function or variable 'opaque' for input arguements of type double.
Show older comments
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'.
Accepted Answer
More Answers (0)
Categories
Find more on Interactive Model Editing 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!