rbmatlab  1.16.09
 All Classes Namespaces Files Functions Variables Modules Pages
RBSimData.m
1 classdef RBSimData < ARE.RBSimData
2 
3  properties
4  % Norm for the calculation of the norm of the closed-loop system
5  time_closed_loop_norm;
6  % true or false depending on closed_loop_max_eig < 1
7  closed_loop_stable;
8  % Maximum Eigenvalue of the E^(-1)*A_X
9  closed_loop_max_eig;
10  end
11 
12 end
Implementation of the parametric algebraic Riccati equation.