Main Content
infoImpl
Class: matlab.System
Information about System object
Syntax
infoStruct = infoImpl(obj)
Description
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.
Run-Time Details
infoImpl
is called by the info
object function.
Method Authoring Tips
You must set Access = protected
for this method.
Input Arguments
Output Arguments
Examples
Version History
Introduced in R2014a