close

標題:

 

此文章來自奇摩知識+如有不便請留言告知

transform function

發問:

請問各位大大 laplace這個function ((1+10.64s)*e^-s)/((1+3.08s)(1+4.81s)(1+34.42s)) MATLAB的transform function該如何寫成程式 感激不盡

最佳解答:

s = tf('s'); % transfer function setting H = ((1+10.64*s)*exp(-s))/((1+3.08*s)*(1+4.81*s)*(1+34.42*s)); % your fncuion ---------------------------------- result >> H Transfer function: 10.64 s + 1 exp(-1*s) * ----------------------------------- 509.9 s^3 + 286.4 s^2 + 42.31 s + 1

其他解答:CF546184287637C5

arrow
arrow
    創作者介紹
    創作者 elahism 的頭像
    elahism

    elahism的部落格

    elahism 發表在 痞客邦 留言(0) 人氣()