help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: please run this in matlab


From: Nicholas Jankowski
Subject: Re: please run this in matlab
Date: Thu, 24 Mar 2016 16:31:56 -0400

On Thu, Mar 24, 2016 at 4:00 PM, Doug Stewart <address@hidden> wrote:


What does Matlab do with these?

s=tf('s')
ctranspose(s+1)
ctranspose(s^2+s+1)

Matlab 2015b

>> s=tf('s')
ctranspose(s+1)
ctranspose(s^2+s+1)

s =
 
  s
 
Continuous-time transfer function.


ans =
 
  -s + 1
 
Continuous-time transfer function.


ans =
 
  s^2 - s + 1
 
Continuous-time transfer function.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]