matlab.metadata.Namespace Class
Namespace: matlab.metadata
Superclasses: matlab.metadata.MetaData
Description
The matlab.metadata.Namespace class contains information about MATLAB® namespaces. All properties are read-only.
Namespaces can contain classes, functions, and contained namespaces (referred to as inner namespaces). A namespace can also itself be contained by an outer namespace.
The matlab.metadata.Namespace class is a handle class.
Class Attributes
Sealed | true |
Abstract | true |
RestrictsSubclassing | true |
HandleCompatible | true |
Hidden | true |
For information on class attributes, see Class Attributes.
Creation
A matlab.metadata.Namespace object can be obtained from the
Namespace property of matlab.metadata.Class.