Simulink.io.PluggableNamespace Class
Namespace: Simulink.io
Description
Use the Simulink.io.PluggableNamespace
class interface to implement a name
space to register Simulink.io.FileType
objects from custom name spaces.
In your class definition file, you must subclass your object from this base class.
Simulink® requires direct inheritance from PluggableNamespace
.
The process to contain the new class is similar to the one to create a custom file type.
To contain your class, create a folder and add that folder path to the MATLAB® path. In that folder, create a +Simulink
folder, and inside
that folder, create a +io
folder.
To examine issues with the registration of these objects, use the
Simulink.io.getFileTypeDiagnostics
function.
The Simulink.io.PluggableNamespace
class is a handle
class.
Class Attributes
Abstract | false |
HandleCompatible | true |
For information on class attributes, see Class Attributes.
Creation
Description
classdef SimulinkIOPlugin < Simulink.io.PluggableNamespace
creates a name space.
Properties
Examples
Version History
Introduced in R2021a