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
DEIMEstimatorAnalyzer.m File Reference

DEIMESTIMATORANALYZER MATLAB code for DEIMEstimatorAnalyzer.fig DEIMESTIMATORANALYZER, by itself, creates a new DEIMESTIMATORANALYZER or raises the existing singleton*. More...

Go to the source code of this file.

Functions

function
varargout
DEIMEstimatorAnalyzer (varargin)
 DEIMESTIMATORANALYZER MATLAB code for DEIMEstimatorAnalyzer.fig DEIMESTIMATORANALYZER, by itself, creates a new DEIMESTIMATORANALYZER or raises the existing singleton*. More...
 
function  DEIMEstimatorAnalyzer>DEIMEstimatorAnalyzer_OpeningFcn (hObject, eventdata, handles, varargin)
 
function  DEIMEstimatorAnalyzer>createModelParamSliders (h, r)
 
function  DEIMEstimatorAnalyzer>updateUserParam (h)
 
function  DEIMEstimatorAnalyzer>modelToGUI (h, r)
 
function  DEIMEstimatorAnalyzer>reSimulate (h)
 
function  DEIMEstimatorAnalyzer>rePlot (h)
 
function  DEIMEstimatorAnalyzer>doPlot (h,colvec< double > x,matrix< double > y, varargin)
 
function  DEIMEstimatorAnalyzer>getDEIMErrorsOnTraj (h)
 
function
varargout
DEIMEstimatorAnalyzer>DEIMEstimatorAnalyzer_OutputFcn (hObject, eventdata, handles)
 
function  DEIMEstimatorAnalyzer>rbgAlpha_SelectionChanged (h, source, unused1)
 
function  DEIMEstimatorAnalyzer>rbgBeta_SelectionChanged (h, source, eventdata)
 
function  DEIMEstimatorAnalyzer>rbgParam_SelectionChanged (h, source, unused1)
 
function  DEIMEstimatorAnalyzer>slMD_Callback (hObject, eventdata, handles)
 
function  DEIMEstimatorAnalyzer>slMD_CreateFcn (hObject, eventdata, handles)
 
function  DEIMEstimatorAnalyzer>slJM_Callback (hObject, eventdata, handles)
 
function  DEIMEstimatorAnalyzer>slJM_CreateFcn (hObject, eventdata, handles)
 
function  DEIMEstimatorAnalyzer>slK_Callback (hObject, eventdata, handles)
 
function  DEIMEstimatorAnalyzer>slK_CreateFcn (hObject, eventdata, handles)
 
function  DEIMEstimatorAnalyzer>slM_Callback (hObject, eventdata, handles)
 
function  DEIMEstimatorAnalyzer>slM_CreateFcn (hObject, eventdata, handles)
 
function  DEIMEstimatorAnalyzer>btnDEIMErr_Callback (hObject, eventdata, handles)
 
function  DEIMEstimatorAnalyzer>btnRedSummary_Callback (hObject, eventdata, h)
 
function  DEIMEstimatorAnalyzer>slTrainParam_Callback (hObject, unused1, h)
 
function  DEIMEstimatorAnalyzer>slTrainParam_CreateFcn (hObject, eventdata, handles)
 
function  DEIMEstimatorAnalyzer>btnVisResult_Callback (hObject, eventdata, h)
 
function  DEIMEstimatorAnalyzer>pushbutton5_Callback (hObject, eventdata, h)
 
function  DEIMEstimatorAnalyzer>btnApproxLogNorm_Callback (hObject, eventdata, h)
 
function  DEIMEstimatorAnalyzer>rbState_Callback (hObject, eventdata, h)
 
function  DEIMEstimatorAnalyzer>rbOutput_Callback (hObject, eventdata, h)
 

Detailed Description

DEIMESTIMATORANALYZER MATLAB code for DEIMEstimatorAnalyzer.fig DEIMESTIMATORANALYZER, by itself, creates a new DEIMESTIMATORANALYZER or raises the existing singleton*.

Definition in file DEIMEstimatorAnalyzer.m.

Function Documentation

function varargout = DEIMEstimatorAnalyzer (   varargin)

DEIMESTIMATORANALYZER MATLAB code for DEIMEstimatorAnalyzer.fig DEIMESTIMATORANALYZER, by itself, creates a new DEIMESTIMATORANALYZER or raises the existing singleton*.

H = DEIMESTIMATORANALYZER returns the handle to a new DEIMESTIMATORANALYZER or the handle to the existing singleton*.

DEIMESTIMATORANALYZER(CALLBACK,hObject,eventData,handles,...) calls the local function named CALLBACK in DEIMESTIMATORANALYZER.M with the given input arguments.

DEIMESTIMATORANALYZER(Property,Value,...) creates a new DEIMESTIMATORANALYZER or raises the existing singleton*. Starting from the left, property value pairs are applied to the GUI before DEIMEstimatorAnalyzer_OpeningFcn gets called. An unrecognized property name or invalid value makes property application stop. All inputs are passed to DEIMEstimatorAnalyzer_OpeningFcn via varargin.

*See GUI Options on GUIDE's Tools menu. Choose "GUI allows only one instance to run (singleton)".

See Also
GUIDE, GUIDATA, GUIHANDLES

Definition at line 17 of file DEIMEstimatorAnalyzer.m.

Referenced by demos.Basics3_Nonlinear().

Here is the caller graph for this function:

function DEIMEstimatorAnalyzer>btnApproxLogNorm_Callback (   hObject,
  eventdata,
  h 
)

Definition at line 614 of file DEIMEstimatorAnalyzer.m.

References PlotManager.LeaveOpen.

function DEIMEstimatorAnalyzer>btnDEIMErr_Callback (   hObject,
  eventdata,
  handles 
)

Definition at line 513 of file DEIMEstimatorAnalyzer.m.

function DEIMEstimatorAnalyzer>btnRedSummary_Callback (   hObject,
  eventdata,
  h 
)

Definition at line 520 of file DEIMEstimatorAnalyzer.m.

function DEIMEstimatorAnalyzer>btnVisResult_Callback (   hObject,
  eventdata,
  h 
)

Definition at line 563 of file DEIMEstimatorAnalyzer.m.

References PlotManager.LeaveOpen, and t.

function DEIMEstimatorAnalyzer>createModelParamSliders (   h,
  r 
)

Definition at line 133 of file DEIMEstimatorAnalyzer.m.

function DEIMEstimatorAnalyzer>DEIMEstimatorAnalyzer_OpeningFcn (   hObject,
  eventdata,
  handles,
  varargin 
)

Definition at line 77 of file DEIMEstimatorAnalyzer.m.

References isposintscalar().

Here is the call graph for this function:

function varargout = DEIMEstimatorAnalyzer>DEIMEstimatorAnalyzer_OutputFcn (   hObject,
  eventdata,
  handles 
)

Definition at line 362 of file DEIMEstimatorAnalyzer.m.

function DEIMEstimatorAnalyzer>doPlot (   h,
colvec< double x,
matrix< double y,
  varargin 
)

Definition at line 336 of file DEIMEstimatorAnalyzer.m.

References LogPlot.cleverPlot().

Here is the call graph for this function:

function DEIMEstimatorAnalyzer>getDEIMErrorsOnTraj (   h)

Definition at line 342 of file DEIMEstimatorAnalyzer.m.

References PlotManager.LeaveOpen.

function DEIMEstimatorAnalyzer>modelToGUI (   h,
  r 
)

Definition at line 227 of file DEIMEstimatorAnalyzer.m.

function DEIMEstimatorAnalyzer>pushbutton5_Callback (   hObject,
  eventdata,
  h 
)

Definition at line 600 of file DEIMEstimatorAnalyzer.m.

References LogPlot.cleverPlot(), Norm.L2(), PlotManager.LeaveOpen, and t.

Here is the call graph for this function:

function DEIMEstimatorAnalyzer>rbgAlpha_SelectionChanged (   h,
  source,
  unused1 
)

Definition at line 369 of file DEIMEstimatorAnalyzer.m.

function DEIMEstimatorAnalyzer>rbgBeta_SelectionChanged (   h,
  source,
  eventdata 
)

Definition at line 384 of file DEIMEstimatorAnalyzer.m.

function DEIMEstimatorAnalyzer>rbgParam_SelectionChanged (   h,
  source,
  unused1 
)

Definition at line 406 of file DEIMEstimatorAnalyzer.m.

function DEIMEstimatorAnalyzer>rbOutput_Callback (   hObject,
  eventdata,
  h 
)

Definition at line 642 of file DEIMEstimatorAnalyzer.m.

function DEIMEstimatorAnalyzer>rbState_Callback (   hObject,
  eventdata,
  h 
)

Definition at line 633 of file DEIMEstimatorAnalyzer.m.

function DEIMEstimatorAnalyzer>rePlot (   h)

Definition at line 278 of file DEIMEstimatorAnalyzer.m.

References Norm.L2().

Here is the call graph for this function:

function DEIMEstimatorAnalyzer>reSimulate (   h)

Definition at line 264 of file DEIMEstimatorAnalyzer.m.

function DEIMEstimatorAnalyzer>slJM_Callback (   hObject,
  eventdata,
  handles 
)

Definition at line 442 of file DEIMEstimatorAnalyzer.m.

function DEIMEstimatorAnalyzer>slJM_CreateFcn (   hObject,
  eventdata,
  handles 
)

Definition at line 455 of file DEIMEstimatorAnalyzer.m.

function DEIMEstimatorAnalyzer>slK_Callback (   hObject,
  eventdata,
  handles 
)

Definition at line 463 of file DEIMEstimatorAnalyzer.m.

References k.

function DEIMEstimatorAnalyzer>slK_CreateFcn (   hObject,
  eventdata,
  handles 
)

Definition at line 476 of file DEIMEstimatorAnalyzer.m.

function DEIMEstimatorAnalyzer>slM_Callback (   hObject,
  eventdata,
  handles 
)

Definition at line 485 of file DEIMEstimatorAnalyzer.m.

function DEIMEstimatorAnalyzer>slM_CreateFcn (   hObject,
  eventdata,
  handles 
)

Definition at line 504 of file DEIMEstimatorAnalyzer.m.

function DEIMEstimatorAnalyzer>slMD_Callback (   hObject,
  eventdata,
  handles 
)

Definition at line 418 of file DEIMEstimatorAnalyzer.m.

function DEIMEstimatorAnalyzer>slMD_CreateFcn (   hObject,
  eventdata,
  handles 
)

Definition at line 433 of file DEIMEstimatorAnalyzer.m.

function DEIMEstimatorAnalyzer>slTrainParam_Callback (   hObject,
  unused1,
  h 
)

Definition at line 530 of file DEIMEstimatorAnalyzer.m.

function DEIMEstimatorAnalyzer>slTrainParam_CreateFcn (   hObject,
  eventdata,
  handles 
)

Definition at line 552 of file DEIMEstimatorAnalyzer.m.

function DEIMEstimatorAnalyzer>updateUserParam (   h)

Definition at line 205 of file DEIMEstimatorAnalyzer.m.