主要内容

importCalibration

R2026b

Class: mbcrunner

Import calibration data to CAGE project

Since R2026b

Syntax

updatedItems=importCalibration(obj,fileName)

Description

updatedItems=importCalibration(obj,fileName) import calibration data to the CAGE project specified by obj from the file specified by fileName.

Input Arguments

expand all

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

Name of the data file, specified as a string scalar. These file types are supported.

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

Data Types: string

Output Arguments

expand all

Updated features and optimizations, returned as a 1-by-n vector of strings.

Version History

Introduced in R2026b

See Also