MATLAB: How to use “Load from workspace => Initial state” option to initialize state variables of s-function

initial states-functionsimulink

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!

Best Answer

You can use the following function to utilize the SimState with an s-function: