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

RICCATI_GEN_MODEL_DATA. More...

Go to the source code of this file.

Functions

function
model_data = 
riccati_gen_model_data (model)
 RICCATI_GEN_MODEL_DATA. More...
 

Detailed Description

RICCATI_GEN_MODEL_DATA.

Definition in file riccati_gen_model_data.m.

Function Documentation

function model_data = riccati_gen_model_data (   model)

RICCATI_GEN_MODEL_DATA.

Generate model data for the Riccat model

Andreas Schmidt, 2015

Parameters
modelmodel
Return values
model_datamodel data
Required fields of model:
  • A —  A
  • B —  B
  • C —  C
  • E —  E
  • x0 —  x0
  • K_in —  K in
Generated fields of model_data:
  • A_components —  A components
  • B_components —  B components
  • C_components —  C components
  • E_components —  E components
  • x0_components —  x0 components
  • K_in —  K in

Definition at line 17 of file riccati_gen_model_data.m.

Here is the caller graph for this function: