Home > freetb4matlab > control > ctrb.m

ctrb

PURPOSE ^

% Build controllability matrix:

SYNOPSIS ^

function Qs = ctrb (sys, b)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {} ctrb (@var{sys}, @var{b})
% @deftypefnx {Function File} {} ctrb (@var{a}, @var{b})
% Build controllability matrix:
% @iftex
% @tex
% $$ Q_s = [ B AB A^2B \ldots A^{n-1}B ] $$
% @end tex
% @end iftex
% @ifinfo
% @example
%              2       n-1
% Qs = [ B AB A B ... A   B ]
% @end example
% @end ifinfo
%
% of a system data structure or the pair (@var{a}, @var{b}).
%
% @command{ctrb} forms the controllability matrix.
% The numerical properties of @command{is_controllable}
% are much better for controllability tests.
% @end deftypefn

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003