DefineNumberOfRecordsPerTest - Define exact number of records per test
Syntax
D = DefineNumberOfRecordsPerTest(D, number, testnumAlias)
Description
This is a method of mbcmodel.data.
You can use this to set one test per record for one-stage modeling.
number is the input specifying the number
of records to include in each test. Most usually this will be used
to specify one test per record.
testnumAlias is an optional string input
to define the SignalName that should be used as
the testnumber within MBC. Defaults to the index of the test.
Note
testnumaAias uses the first record in the
test as the testnumber, and testnumbers are unique
so any duplicates will be modified. |
Examples
DefineNumberOfRecordsPerTest(D, 1);
DefineNumberOfRecordsPerTest(D, 10, 'MYLOGNO');
See Also
DefineTestGroups
 | DefaultModels | | DefineTestGroups |  |
Includes the most popular MATLAB recorded presentations with Q&A sessions led by MATLAB experts.
Get the Interactive Kit