Class: matlab.System
Information about System object
infoStruct = infoImpl(obj)
specifies information about the current configuration of a System object™. This information is returned in a struct from the infoStruct
= infoImpl(obj
)info
object function. The default infoImpl
method, which is used if you do not include infoImpl
in
your class definition file, returns an empty struct.
infoImpl
is called by the info
object function.
You must set Access = protected
for this method.