Clear Filters
Clear Filters

Unable to save states of a simulink model to workspace when the model referes to other models

2 views (last 30 days)
I want to save the states of my simulink model to the workspace. My model refers to other models using 'model reference' block. Though I changed the 'Format' option to 'Structure', I get the same warning again and again and I am unable to save the state information. Need help regarding this issue. The warning message is given below
Warning: The states in model 'MyModel' cannot be logged as a matrix because the model has model blocks. For this model you need to set the 'Format' option to either 'Structure' or 'Structure with time'. 'Format' option can be specified either on the 'Data Import/Export' page of the Configuration Parameters dialog for this model or
via input arguments of the sim command for command line simulation.
  3 Comments
Ryan G
Ryan G on 1 Apr 2013
Are you running the referenced model in accelerator mode? According to this
The SimState feature does not support code generation, including Model Reference in accelerated modes.
It is possible to save the state and not simstate, however, you can't restore the state without simstate.

Sign in to comment.

Answers (0)

Categories

Find more on Model References in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!