createCalibrationComponentObjects
Create Simulink calibration objects from AUTOSAR ARXML calibration component
Syntax
Description
createCalibrationComponentObjects(
imports calibration parameters from AUTOSAR calibration component
ar,ComponentName)ComponentName in the AUTOSAR XML file or files represented by
arxml.importer object ar. The importer creates
corresponding Simulink® data objects in the MATLAB® base workspace or a Simulink data dictionary. You can then assign the data objects to block
parameters in your Simulink model.
specifies additional options for Simulink calibration data object creation with one or more
sts = createCalibrationComponentObjects(___"DataDictionary"=DataDictionaryName,)Name,Value pair arguments.
Examples
Input Arguments
Output Arguments
Tips
If you enter the arxml.importer object function call without a
terminating semicolon (;), the importer lists the AUTOSAR content of the specified XML
file or files. The information includes paths to software components in the AUTOSAR
package structure, which you can specify in calls to
createComponentAsModel and
createCalibrationComponentObjects.
Version History
Introduced in R2008b