Main Content
getAdapterName
Class: Simulink.data.adapters.BaseMatlabFileAdapter
Namespace: Simulink.data.adapters
Syntax
dispName = getAdapterName(adapterObj)
Description
returns the display name of the file adapter. This name can be used by Simulink® to display available adapters or used in an error message.dispName
= getAdapterName(adapterObj
)
Custom file adapters must define behavior for the
getAdapterName
, getSupportedExtensions
, and getData
methods.
In addition, you can choose to override the isSourceValid
,
supportsReading
,
getSectionNames
,
getCurrentChecksum
, open
, and close
methods.
Input Arguments
Output Arguments
Examples
Version History
Introduced in R2022b