How to use "Load from workspace => Initial state" option to initialize state variables of s-function

2 views (last 30 days)
hello! The option of "Load from workspace => Initial state" is used to let simulation start from last time. But I find that it only acts on the inherent blocks of simulink, such as the initial voltage of the capacitor, while no effects on s-function. The s-function still use the values given in "mdlInitializeConditions()". How can I let it use the values in "Initial state"? Thank you!

Accepted Answer

Ryan G
Ryan G on 16 Jul 2012
You can use the following function to utilize the SimState with an s-function:

More Answers (0)

Categories

Find more on Block and Blockset Authoring 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!