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
FunVis2DHandler Class Reference

FunVis2DHandler: More...

Detailed Description

FunVis2DHandler:

Documentation Update:
Author
Daniel Wirtz
Date
2013-02-15
New in 0.7:
(Daniel Wirtz, 2013-02-15) Added this class.

This class is part of the framework

KerMor - Model Order Reduction using Kernels

Definition at line 17 of file FunVis2DHandler.m.

Public Member Functions

 FunVis2DHandler (handleFunVis2DFigure)
 
function  setPlotFunction (value)
 
function  setDisplayedCentersPerc (value)
 
function  setDisplayedTrainingPointsPerc (value)
 
function  setGridElems (num)
 
function  setInputDim1 (value)
 
function  setInputDim2 (value)
 
function  setOutputDim (value)
 
function  setFreeDim (dim, value)
 Get app data and update. More...
 
function  setPlotCenterLines (value)
 
function  copyAxesTo (ax)
 Copy children. More...
 
function  setView (az, el)
 
function lbl = getOutputDimLabel ()
 

Public Attributes

 handles
 
 Figure
 
- Public Attributes inherited from handle
 addlistener
 Creates a listener for the specified event and assigns a callback function to execute when the event occurs. More...
 
 notify
 Broadcast a notice that a specific event is occurring on a specified handle object or array of handle objects. More...
 
 delete
 Handle object destructor method that is called when the object's lifecycle ends. More...
 
 disp
 Handle object disp method which is called by the display method. See the MATLAB disp function. More...
 
 display
 Handle object display method called when MATLAB software interprets an expression returning a handle object that is not terminated by a semicolon. See the MATLAB display function. More...
 
 findobj
 Finds objects matching the specified conditions from the input array of handle objects. More...
 
 findprop
 Returns a meta.property objects associated with the specified property name. More...
 
 fields
 Returns a cell array of string containing the names of public properties. More...
 
 fieldnames
 Returns a cell array of string containing the names of public properties. See the MATLAB fieldnames function. More...
 
 isvalid
 Returns a logical array in which elements are true if the corresponding elements in the input array are valid handles. This method is Sealed so you cannot override it in a handle subclass. More...
 
 eq
 Relational functions example. See details for more information. More...
 
 transpose
 Transposes the elements of the handle object array. More...
 
 permute
 Rearranges the dimensions of the handle object array. See the MATLAB permute function. More...
 
 reshape
 hanges the dimensions of the handle object array to the specified dimensions. See the MATLAB reshape function. More...
 
 sort
 ort the handle objects in any array in ascending or descending order. More...
 

Constructor & Destructor Documentation

FunVis2DHandler.FunVis2DHandler (   handleFunVis2DFigure)

Definition at line 46 of file FunVis2DHandler.m.

References Figure, and handles.

Member Function Documentation

function FunVis2DHandler.copyAxesTo (   ax)

Copy children.

Definition at line 144 of file FunVis2DHandler.m.

References getOutputDimLabel(), and handles.

Here is the call graph for this function:

function lbl = FunVis2DHandler.getOutputDimLabel ( )

Definition at line 162 of file FunVis2DHandler.m.

References handles.

Referenced by copyAxesTo().

Here is the caller graph for this function:

function FunVis2DHandler.setDisplayedCentersPerc (   value)

Definition at line 58 of file FunVis2DHandler.m.

References FunVis2D(), and handles.

Here is the call graph for this function:

function FunVis2DHandler.setDisplayedTrainingPointsPerc (   value)

Definition at line 65 of file FunVis2DHandler.m.

References FunVis2D(), and handles.

Here is the call graph for this function:

function FunVis2DHandler.setFreeDim (   dim,
  value 
)

Get app data and update.

Definition at line 100 of file FunVis2DHandler.m.

References Figure, handle.findobj, FunVis2D(), and handles.

Here is the call graph for this function:

function FunVis2DHandler.setGridElems (   num)

Definition at line 72 of file FunVis2DHandler.m.

References FunVis2D(), and handles.

Here is the call graph for this function:

function FunVis2DHandler.setInputDim1 (   value)

Definition at line 79 of file FunVis2DHandler.m.

References FunVis2D(), handles, and l.

Here is the call graph for this function:

function FunVis2DHandler.setInputDim2 (   value)

Definition at line 86 of file FunVis2DHandler.m.

References FunVis2D(), handles, and l.

Here is the call graph for this function:

function FunVis2DHandler.setOutputDim (   value)

Definition at line 93 of file FunVis2DHandler.m.

References FunVis2D(), handles, and l.

Here is the call graph for this function:

function FunVis2DHandler.setPlotCenterLines (   value)

Definition at line 138 of file FunVis2DHandler.m.

References handles.

function FunVis2DHandler.setPlotFunction (   value)

Definition at line 52 of file FunVis2DHandler.m.

References handles.

function FunVis2DHandler.setView (   az,
  el 
)

Definition at line 157 of file FunVis2DHandler.m.

References handles.

Member Data Documentation

FunVis2DHandler.Figure

Definition at line 41 of file FunVis2DHandler.m.

Referenced by FunVis2DHandler(), and setFreeDim().


The documentation for this class was generated from the following file: