Contenuto principale

exportCalibration

Class: mbcrunner

Export calibration items from CAGE project

Since R2024b

Syntax

exportCalibration(obj,fileName,type)

Description

exportCalibration(obj,fileName,type) exports all calibration items, such as lookup tables, normalizers, and scalars, from the CAGE project specified by obj to the file specified by fileName as the type specified by type.

Input Arguments

expand all

Handle to the CAGE project, specified as an mbcrunner object.

Name of the output file, specified as a string scalar.

Data Types: string

File export type, specified as one of these values.

TypeDescriptionFile Extension
"INCA CSV file"

Calibration data saved in a CSV file format compatible with ETAS® Integrated Calibration and Application (INCA) tool software.

.csv
"ATI Vision MAT file"

Calibration data saved in a MATLAB® file format compatible with ATI Vision software.

.mat
"INCA DCM file"

Calibration data saved in a data conservation (DCM) file format compatible with ETAS Integrated Calibration and Application (INCA) tool software.

.dcm
"Simulink Data"

Calibration data saved to a model workspace or Simulink® data dictionary. The Simulink Data type is determined by the extension used in the filename.

.slx, .sldd
"Simple CSV file"

Calibration data saved in a simple CSV file format.

.csv
"Simple MATLAB file"

Calibration data saved in a simple MATLAB file format.

.mat
"Matrix MAT file"

Calibration data saved as a matrix in a MATLAB file format.

.mat
Structure MAT file"

Calibration data saved as a structure in a MATLAB file format.

.mat

Note

Exporting calibrations overwrites existing files except for Simulink model files or Simulink data dictionary files. Parameters are added to the workspace for model files or updated for data dictionary files.

Version History

Introduced in R2024b