Skip to Main Content Skip to Search
Product Documentation

Type (for designs and generators) - Design type

Syntax

D.Type
G.Type = NewType

Description

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.

StyleType
OptimalD-Optimal
V-Optimal
A-Optimal
ClassicalBox-Behnken
Central Composite
Full Factorial
Plackett-Burman
Regular Simplex
Space-fillingLattice
Latin Hypercube Sampling
Stratified Latin Hypercube
Sobol Sequence
Halton Sequence
Experimental dataDesign points replaced by data points
CustomAny design with a mix of Types (eg an optimally augmented space-filling design)

Examples

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);

See Also

Augment | Generate | Properties (for design generators)

  


Recommended Products

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