Load System object from MAT file
loadObjectImpl(obj,s,wasInUse)
loadObjectImpl(obj,s,wasInUse)
implements the code to load a saved System
object™ from a structure, s
, or from a MAT file. If the object was in use when saved, the
wasInUse
input indicates whether the object was in use the states if the object was in use when saved.
Your loadObjectImpl
method should correspond to your saveObjectImpl
method to ensure that all saved properties and data are loaded.
You must set Access = protected
for this
method.
|
System object |