Filter löschen
Filter löschen

How can i obtain this using matlab?

1 Ansicht (letzte 30 Tage)
Hardik
Hardik am 22 Dez. 2022
Bearbeitet: Hardik am 23 Dez. 2022
i have folowing transfer function of which i have obtain the values using the manually calculating but i dont know how to done this using the matlab function. i checked the matlab help of state space page and i tried to make code from instruction but i am not able to do it. can someone please help me with this.

Akzeptierte Antwort

KSSV
KSSV am 22 Dez. 2022
b = [0.8 -1 1] ;
a = [1 -1.2 0.4] ;
[A,B,C,D] = tf2ss(b,a)
A = 2×2
1.2000 -0.4000 1.0000 0
B = 2×1
1 0
C = 1×2
-0.0400 0.6800
D = 0.8000

Weitere Antworten (0)

Kategorien

Mehr zu MATLAB finden Sie in Help Center und File Exchange

Produkte


Version

R2022b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by