State model from poles and zeros MATLAB

แชร์
ฝัง
  • เผยแพร่เมื่อ 14 ต.ค. 2024
  • A video that clearly explains how to use MATLAB to obtain a state model when poles, zeros and gain are given as input.
    The MATLAB program used is this:
    z=input(enter zeros')
    p=input('enter poles')
    k=input('enter gain')
    [A,B,C,D]=zp2ss(z,p,k)
    Have a great day ! :)

ความคิดเห็น •