主要内容

RemovePoints

Remove all nonfixed design points

Description

DoeObjMod = RemovePoints(DoeObj) removes all non-fixed points from the design.

example

DoeObjMod = RemovePoints(DoeObj,PointType) removes the specified type of points, where PointType is 'free','fixed' or 'data'.

DoeObjMod = RemovePoints(DoeObj,indices) removes the points specified by indices.

Examples

collapse all

Design = RemovePoints(Design,'free');

Input Arguments

collapse all

Instance of mbcdoe.design class, specified as a mbcdoe.design doe design object.

Design point types, specified as 'free', 'fixed', or 'data'.

Design object indices, specified as an array.

Output Arguments

collapse all

Modified instance of mbcdoe.design class, returned as a mbcdoe.design object.

Version History

Introduced in R2008a