<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/241624</link>
    <title>MATLAB Central Newsreader - State Space Matrices</title>
    <description>Feed for thread: State Space Matrices</description>
    <language>en-us</language>
    <copyright>&amp;copy;1994-2012 by MathWorks, Inc.</copyright>
    <webmaster>webmaster@mathworks.com</webmaster>
    <generator>MATLAB Central Newsreader</generator>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <ttl>60</ttl>
    <image>
      <title>MathWorks</title>
      <url>http://www.mathworks.com/images/membrane_icon.gif</url>
    </image>
    <item>
      <pubDate>Sat, 27 Dec 2008 16:40:06 -0500</pubDate>
      <title>State Space Matrices</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/241624#618954</link>
      <author>Mohit C</author>
      <description>After creating a system &quot;sys&quot; using 'feedback' command, I'm trying to extract A_sys,B_sys,C_sys matrices for this new system.&lt;br&gt;
&lt;br&gt;
I can view them by using ss(sys), but I'd like to use them for further math in my code. &lt;br&gt;
&lt;br&gt;
Is there a way to extract them out ?</description>
    </item>
    <item>
      <pubDate>Sat, 27 Dec 2008 18:59:02 -0500</pubDate>
      <title>Re: State Space Matrices</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/241624#618968</link>
      <author>Katie Couvillon</author>
      <description>Mohit C &amp;lt;mchhabra27@gmail.com&amp;gt; wrote in message &amp;lt;1943188.1230396037162.JavaMail.jakarta@nitrogen.mathforum.org&amp;gt;...&lt;br&gt;
&amp;gt; After creating a system &quot;sys&quot; using 'feedback' command, I'm trying to extract A_sys,B_sys,C_sys matrices for this new system.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; I can view them by using ss(sys), but I'd like to use them for further math in my code. &lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Is there a way to extract them out ?&lt;br&gt;
&lt;br&gt;
There's a command called ssdata that you can use.&lt;br&gt;
&lt;br&gt;
[A_sys,B_sys,C_sys,D_sys] = ssdata(sys)&lt;br&gt;
&lt;br&gt;
That should work.</description>
    </item>
  </channel>
</rss>

