rbmatlab  1.16.09
 All Classes Namespaces Files Functions Variables Modules Pages
Functions
riccati_model_default.m File Reference

This model is the general model for the riccati type models for the linear dynamic system: More...

Go to the source code of this file.

Functions

function model = riccati_model_default ()
 This model is the general model for the riccati type models for the linear dynamic system: More...
 
function r = riccatimodeldefault>dummy_E (model, model_data)
 
function r = riccatimodeldefault>dummy_x0 (model, model_data)
 

Detailed Description

This model is the general model for the riccati type models for the linear dynamic system:

Definition in file riccati_model_default.m.

Function Documentation

function model = riccati_model_default ( )

This model is the general model for the riccati type models for the linear dynamic system:

E(mu) d/dt x = A(mu)x + B(mu)u y = C(mu)x

The corresponding ARE then reads as follows
APE + EPA - EPBBPE + C'C = 0

This function sets the following fields in the model mu_names mu_ranges set_mu get_mu decomp_mode

Andreas Schmidt, 2015

Return values
modelmodel
Generated fields of model:
  • mu_names —  a string array containing the symbolic names of the parameter vector \(\mu\)
  • mu_ranges —  matrix storing the admissable ranges for parameter vector components. Each two dimensional column vector represents a range for a component specified by model.mu_names.
  • set_mu —  set mu
  • get_mu —  get mu
  • decomp_mode —  flag indicating the operation mode of the function:
    • 0 (complete) : no affine parameter dependence or decomposition is performed.
    • 1 (components) : for each output argument a cell array of output matrices is returned representing the \(q\)-th component independent of the parameters given in mu_names.
    • 2 (coefficients) : returns a vector where each coordinate represents the \(q\)-the coefficient \(\sigma_{\cdot}^{q}(\mu)\) dependent on the parameters given in mu_names.
  • gen_model_data —  gen model data
  • detailed_simulation —  detailed simulation
  • plot_detailed_data —  plot detailed data
  • gen_detailed_data —  gen detailed data
  • gen_reduced_data —  gen reduced data
  • reduced_data_subset —  reduced data subset
  • rb_simulation —  rb simulation
  • rb_reconstruction —  rb reconstruction
  • simulate —  simulate
  • plot_sim_data —  problem specific function performing the plot of the simulation results.
  • plot_handle —  plot handle
  • plot_controlled —  plot controlled
  • A —  A
  • B —  B
  • C —  C
  • E —  E
  • x0 —  x0
  • RB_enable_estimator —  RB enable estimator
  • RB_generation_mode —  RB generation mode
  • RB_extension_mode —  RB extension mode
  • RB_extension_max_per_step —  RB extension max per step
  • RB_samplepoints —  RB samplepoints
  • RB_gamma_mode —  RB gamma mode
  • RB_numintervals —  RB numintervals
  • RB_o_tol —  RB o tol
  • RB_i_tol —  RB i tol

Definition at line 17 of file riccati_model_default.m.

Here is the call graph for this function: