Удалите все нефиксированные точки проекта
D = RemovePoints(D)
D = RemovePoints(D,PointType)
D = RemovePoints(D,indices)
RemovePoints
является методом mbcdoe.design
.
D = RemovePoints(D)
удаляет все нефиксированные точки из проекта.
D = RemovePoints(D,PointType)
удаляет заданный тип точек, где PointType
является одним из 'free'
, 'fixed'
или 'data'
.
D = RemovePoints(D,indices)
удаляет точки, заданные indices
.
Удалить все свободные точки:
Design = RemovePoints(Design,'free');