Main Content
loadObjectImpl
Class: matlab.System
Load System object from MAT file
Syntax
loadObjectImpl(obj,s,wasInUse)
Description
loadObjectImpl(
implements the code to load a saved System object™ from a structure, obj
,s
,wasInUse
)s
, or from a MAT file. If the object was in
use when saved, the wasInUse
input indicates that in-use state. Your
loadObjectImpl
method should correspond to your saveObjectImpl
method to ensure that all saved properties and data are
loaded.
Run-Time Details
End users can use load
, which calls loadObjectImpl
to load a saved System object into their workspace.
Method Authoring Tips
You must set Access = protected
for this method.
Input Arguments
Examples
Version History
Introduced in R2012b