Main Content
load
Class: matlabtest.baselines.MATFileBaseline
Namespace: matlabtest.baselines
Syntax
Description
data = load(
loads the baseline data
from the MAT file specified by baseline
)baseline
into the MATLAB® workspace. The method returns the baseline data as a value of
any data type.
You can inspect the loaded data to debug test failures. For more information about baseline tests, see Create Baseline Tests for MATLAB Code.
Input Arguments
Examples
Version History
Introduced in R2024b