|
|
|
| R2012a Documentation → Model-Based Calibration Toolbox | |
Learn more about Model-Based Calibration Toolbox |
|
| Contents | Index |
D = RemovePoints(D)
D = RemovePoints(D,PointType)
D = RemovePoints(D,indices)
RemovePoints is a method of mbcdoe.design.
D = RemovePoints(D) removes all nonfixed points from the design.
D = RemovePoints(D,PointType) removes the specified type of points, where PointType is one of 'free','fixed' or 'data'.
D = RemovePoints(D,indices) removes the points specified by indices.
To remove all free points:
Design = RemovePoints(Design,'free');

Includes the most popular MATLAB recorded presentations with Q&A sessions led by MATLAB experts.
| © 1984-2012- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |