Main Content

Simulink.data.adapters.unregisterAdapter

Unregister custom file adapter

Since R2022b

    Description

    example

    Simulink.data.adapters.unregisterAdapter(adapterClassName) unregisters the custom external file adapter class adapterClassName, which is derived from the Simulink.data.adapters.BaseMatlabFileAdapter base class.

    Examples

    collapse all

    Unregister the XML file adapter XMLAdapter.

    Simulink.data.adapters.registerAdapter('XMLAdapter');

    Input Arguments

    collapse all

    File adapter class name, specified as a string or character array.

    Example: 'adapterName'

    Data Types: char | string

    Version History

    Introduced in R2022b