KerMor  0.9
Model order reduction for nonlinear dynamical systems and nonlinear approximation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
EstimatorParamSweep.m File Reference

ParamSweep: Plots the output with error bounds for a range of one specified parameter. More...

Go to the source code of this file.

Functions

function [ Y ,
E ] = 
EstimatorParamSweep (ea, mu, unused1, param,rowvec< double > paramvals)
 ParamSweep: Plots the output with error bounds for a range of one specified parameter. More...
 

Detailed Description

ParamSweep: Plots the output with error bounds for a range of one specified parameter.

Definition in file EstimatorParamSweep.m.

Function Documentation

function [ Y , E ] = EstimatorParamSweep (   ea,
  mu,
  unused1,
  param,
rowvec< double paramvals 
)

ParamSweep: Plots the output with error bounds for a range of one specified parameter.

This function may only be used if the output of the reduced models is one-dimensional.

Author
Daniel Wirtz
Date
2011-07-13
New in 0.5:
(Daniel Wirtz, 2011-07-13) Added this function.

This class is part of the framework

KerMor - Model Order Reduction using Kernels
Parameters
eaA complete EstimatorAnalyzer instance with reduced model already set
muThe current parameter \(\mu\). Pass this if the model has more parameters than the one to sweep. If set, the value at the index of the sweeped parameter will be overwritten.
unused1Marked as "~" in original m-file.
paramEither a string containing the name of the parameter to sweep, or it's index in the parameter vector.
paramvalsA row vector of parameter values for sweeping.
Return values
YThe simulation matrix for every parameter, each simulation in a row.
EThe estimated output errors for the respective setting in each row, if the reduced model's error estimator is enabled.
Required fields of ea:

Definition at line 17 of file EstimatorParamSweep.m.

References isposintscalar(), and t.

Here is the call graph for this function: