Удалите все нефиксированные точки проекта
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');