Factdes
Jump to navigation
Jump to search
Purpose
Output a full factorial design matrix.
Synopsis
- desgn = factdes(fact,levl)
Description
The input fact is the number of factors in the design and the output desgn is the experimental design matrix.
desgn = factdes(fact); provides a full factorial two level design.
Optional input levl allows for multiple level designs.
desgn = factdes(fact, levl); provides a full factoriallevl level design {default levl = 2}.