Main Content

Simulink.data.adapters.catalog

List registered file adapters

Since R2022b

    Description

    example

    Simulink.data.adapters.catalog displays the list of registered file adapters, which are derived from the Simulink.data.adapters.BaseMatlabFileAdapter base class. For each registered adapter, the display provides the class name, display name, supported extensions, and full path of the adapter.

    Examples

    collapse all

    List the registered file adapters available on the MATLAB® path.

    Simulink.data.adapters.catalog
     Class Name     Adapter Name     Extensions          Full Path     
    ____________    _____________    __________    ______________________
    "XMLAdapter"    "XML Adapter"      "XML"       "C:\Work\XMLAdapter.m"

    Version History

    Introduced in R2022b