|
|
|
| R2012a Documentation → Model-Based Calibration Toolbox | |
Learn more about Model-Based Calibration Toolbox |
|
| Contents | Index |
D.Type
G.Type = NewType
This is a read-only property of mbcdoe.design, and a settable property of mbcdoe.generator.
D.Type returns the design type. You can only choose a type when you create designs. After design creation, you can only set the Type of a mbcdoe.generator object, or when calling Generate or Augment.
G.Type = NewType changes the Type, where G is a mbcdoe.generator object.
The design Type determines which properties you can set. To set properties, see Properties (for design generators).
Get a list of types which could be used as alternative designs for current design, using getAlternativeTypes, by entering the following syntax:
Dlist = getAlternativeTypes(D)
where D is an mbcdoe.design object.
The design Type must be one shown in the following table. The read-only Style property is derived from the Type.
| Style | Type |
|---|---|
| Optimal | D-Optimal |
| V-Optimal | |
| A-Optimal | |
| Classical | Box-Behnken |
| Central Composite | |
| Full Factorial | |
| Plackett-Burman | |
| Regular Simplex | |
| Space-filling | Lattice |
| Latin Hypercube Sampling | |
| Stratified Latin Hypercube | |
| Sobol Sequence | |
| Halton Sequence | |
| Experimental data | Design points replaced by data points |
| Custom | Any design with a mix of Types (eg an optimally augmented space-filling design) |
To specify the Type while creating and then generating a design of a given size:
D = CreateDesign(mdl,'Type','Sobol Sequence') D = Generate(D,128);
Augment | Generate | Properties (for design generators)

Includes the most popular MATLAB recorded presentations with Q&A sessions led by MATLAB experts.
| © 1984-2012- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |