randomizeRunOrder
R2026bDescription
returns the design of experiments (DOE) object dobj = randomizeRunOrder(dobj)dobj with a randomized
run order. The function does the following:
Sets the
IsRandomizedproperty totruePuts the rows in the
Designproperty in randomized orderStores the original run order in the
StandardRunOrderproperty.
If the input object dobj contains blocks, the function
updates the BlockIndices property and randomizes only the run order
within each block.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2026b
See Also
addReplicates | fullFactorialDOE | fractionalFactorialDOE | mixtureDOE | optimalDOE | responseSurfaceDOE | taguchiDOE