importFromFile
In R2023b the Architectural Data section of data dictionaries was introduced. When managing interfaces, data types, constants, and software address methods consider using the Simulink.dictionary.ArchitecturalData
programmatic interfaces instead. For more information, see Programmatically Manage AUTOSAR Architectural Data.
Description
importFromFile(
copies dictObj
matFileName
)Simulink.Bus
, Simulink.ValueType
, and
Simulink.AliasType
objects from the specified MAT file to the interface
dictionary identified by dictObj
. The Simulink.Bus
objects are imported as data interfaces. For those objects that need to be used as structure
DataType
, these objects can be cut and pasted in the interface
dictionary to the Interfaces tab after the import operation.
Examples
Input Arguments
Version History
Introduced in R2022bSee Also
Simulink.interface.Dictionary
| addAliasType
| addDataInterface
| addEnumType
| addPlatformMapping
| addStructType
| addValueType
| close
| getDataType
| getDataTypeNames
| getInterface
| getInterfaceNames
| getPlatformMapping
| importFromBaseWorkspace
| isDirty
| removeDataType
| removeInterface
| save
| show
| showChanges
| Simulink.interface.dictionary.create
| Simulink.interface.dictionary.open