You are on page 1of 6

>> ft=tf([375],[1 34 375]) >> ej=([89.96256],[1 10.

666
89.96256])
ej=([89.96256],[1 10.666
ft =
89.96256])
|
375
Error: Expression or statement is
---------------- incorrect--possibly unbalanced (,
{, or [.
s^2 + 34 s + 375

>> ej=tf([89.96256],[1 10.666


Continuous-time transfer
89.96256])
function.

ej =
>> step(ft)

89.96
>> impulse(ft)
---------------------
>>
s^2 + 10.67 s + 89.96
>> impulse(ft)
>> ft
Continuous-time transfer
function.
ft =

>> step(ej)
375 >> impulse(ej)
---------------- >> step(ej)
s^2 + 34 s + 375 >> step(ft)
>> impulse(ft)
Continuous-time transfer
>> ej1=tf([10],[1 10])
function.

ej1 =
>> impulse(ft)
10 ej2 =
------
s + 10 s + 4.54
---------
Continuous-time transfer s + 13.64
function.

Continuous-time transfer
>> step(ej1) function.

>> impulse(ej1)
>> >> step(ej2)

>> ej2=([1 4.54],[1 13.636]) >> impulse(ej2)

ej2=([1 4.54],[1 13.636]) >> ej3=tf([3.0333 27.5481],


[9.09 27.5481])
|
Error: Expression or statement is
incorrect--possibly unbalanced (, ej3 =
{, or [.

3.033 s + 27.55
>> eje3=([3.0333 27.5481],
---------------
[9.09 27.5481])
9.09 s + 27.55
eje3=([3.0333 27.5481],[9.09
27.5481])
| Continuous-time transfer
function.
Error: Expression or statement is
incorrect--possibly unbalanced (,
{, or [. >> step(ej3)
>> impulse(ej3)
>> ej2=tf([1 4.54],[1 13.636])
>> +

You might also like