<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/247656</link>
    <title>MATLAB Central Newsreader - Matlab transfer functions</title>
    <description>Feed for thread: Matlab transfer functions</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>Fri, 27 Mar 2009 13:26:49 -0400</pubDate>
      <title>Matlab transfer functions</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/247656#638163</link>
      <author>coolkav55</author>
      <description>Hey,&lt;br&gt;
&lt;br&gt;
How would i go about entering this transfer function  into matlab? &lt;br&gt;
&lt;br&gt;
K( 1 + 1/Tis + Td(s) )( 1/(0.44s +1)(0.17s+1) )&lt;br&gt;
&lt;br&gt;
Its the closed loop TF with PID control.&lt;br&gt;
I know how to enter the second bit, just not sure on the 1st half.&lt;br&gt;
Thanks</description>
    </item>
    <item>
      <pubDate>Sun, 29 Mar 2009 15:04:28 -0400</pubDate>
      <title>Re: Matlab transfer functions</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/247656#638458</link>
      <author>Pascal Gahinet</author>
      <description>If you have the Control System Toolbox, do&lt;br&gt;
&lt;br&gt;
s = tf('s');&lt;br&gt;
sys = K * (1+1/(Ti*s) + Td*s) / (0.44*s +1) / (0.17*s+1);&lt;br&gt;
&lt;br&gt;
- pascal&lt;br&gt;
&lt;br&gt;
&quot;coolkav55&quot; &amp;lt;kavanaa1@tcd.ie&amp;gt; wrote in message &lt;br&gt;
news:19909950.1238160439693.JavaMail.jakarta@nitrogen.mathforum.org...&lt;br&gt;
&amp;gt; Hey,&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; How would i go about entering this transfer function  into matlab?&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; K( 1 + 1/Tis + Td(s) )( 1/(0.44s +1)(0.17s+1) )&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; Its the closed loop TF with PID control.&lt;br&gt;
&amp;gt; I know how to enter the second bit, just not sure on the 1st half.&lt;br&gt;
&amp;gt; Thanks </description>
    </item>
  </channel>
</rss>

