|
|
|
| R2012a Documentation → Model-Based Calibration Toolbox | |
Learn more about Model-Based Calibration Toolbox |
|
| Contents | Index |
[y, ysums] = gridpevevaluate(optimstore, X) Y = gridpevevaluate(optimstore, X, objconname) Y = gridpevevaluate(optimstore, X, objconname, datasetname) Y = gridpevevaluate(optimstore, X, objconname, datasetname, rowind)
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 = gridpevevaluate(optimstore, X) produces identical results to the equivalent call to cgoptimstore/pevEvaluate
Y = gridpevevaluate(optimstore, X, objconname) returns PEV values of zero for the objectives/constraints specified in the cell array objconname.
Y = gridpevevaluate(optimstore, X, objconname, datasetname) returns PEV values of zero for the specified objectives/constraints. The return matrix, Y, is of size SIZE(X,1)-by-(NOBJCON)-by-NPTS, where NOBJCON is the number of specified objectives/constraints and NPTS is the number of rows in P.
Y = gridpevevaluate(optimstore, X, objconname, datasetname, rowind) returns PEV values of zero for the specified objectives/constraints. Y is a LENGTH(ROWIND) by LENGTH(OBJCONNAME) by NPTS 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 |