Path: news.mathworks.com!newsfeed-00.mathworks.com!nntp.TheWorld.com!news.mathforum.org!not-for-mail
From: Mohit C <mchhabra27@gmail.com>
Newsgroups: comp.soft-sys.matlab
Subject: State Space Matrices
Date: Sat, 27 Dec 2008 11:40:06 EST
Organization: The Math Forum
Lines: 5
Message-ID: <1943188.1230396037162.JavaMail.jakarta@nitrogen.mathforum.org>
NNTP-Posting-Host: nitrogen.mathforum.org
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-Trace: support1.mathforum.org 1230396037 23277 144.118.30.135 (27 Dec 2008 16:40:37 GMT)
X-Complaints-To: news@news.mathforum.org
NNTP-Posting-Date: Sat, 27 Dec 2008 16:40:37 +0000 (UTC)
Xref: news.mathworks.com comp.soft-sys.matlab:508898


After creating a system "sys" using 'feedback' command, I'm trying to extract A_sys,B_sys,C_sys matrices for this new system.

I can view them by using ss(sys), but I'd like to use them for further math in my code. 

Is there a way to extract them out ?