|
|
|
| R2012a Documentation → Model-Based Calibration Toolbox | |
Learn more about Model-Based Calibration Toolbox |
|
| Contents | Index |
Y = pevEvaluate(optimstore, X)
Warning The evaluation of PEV is no longer supported in cgoptimstore and this method will return PEV values of zero (as detailed below) if called. |
A method of cgoptimstore.
Y = pevEvaluate(optimstore, X, itemnames)
returns PEV values of zero for objectives/constraints at the free variable values X. X is a (NPoints-by-NFreeVar) matrix where NPoints is the number of points to be evaluated and NFreeVar is the number of free variables in the optimization.
Y = pevevaluate(optimstore, X, objconname, datasetname)
returns PEV values of zero for the objectives/constraints at the operating points in the data set specified by the string datasetname.
Y = pevevaluate(optimstore, X, objconname, datasetname, rowind)
returns PEV values of zero for the specified objectives/constraints at the points of datasetname given by rowind. X must be a (NRows-by-NFreeVar) matrix where NRows is the length of rowind. rowind must be a list of integer indices in the range [1 NumRowsInDataset].Y is a (Nrows-by-NItems) matrix.

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 |