DefaultModels - Default models for test plan
Syntax
testplan.DefaultModels
Description
This is a read-only property of mbcmodel.testplan.
It returns a cell array of mbcmodel.model objects
(one array for each stage).
Examples
To get the default model objects for use in creating a response,
enter:
mdls = T.DefaultModels
LocalModel = CreateModel(mdl{1}, 'Local Polynomial Spline');
GlobalModel = CreateModel(mdl{2}, 'RBF');
R = CreateResponse(T, 'TQ', LocalModel, GlobalModel, 'Maximum') See Also
CreateResponse; modelinput
 | DataFileTypes | | DefineNumberOfRecordsPerTest |  |
Includes the most popular MATLAB recorded presentations with Q&A sessions led by MATLAB experts.
Get the Interactive Kit