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.

 채택된 답변

KSSV
KSSV 2022년 12월 22일

0 개 추천

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

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Dynamic System Models에 대해 자세히 알아보기

제품

릴리스

R2022b

질문:

2022년 12월 22일

편집:

2022년 12월 23일

Community Treasure Hunt

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

Start Hunting!

Translated by