Feeds
回答済み
how to convert a Laplace transform into a transfer function value
a = [2]; b = [1 0 0]; f= tf(a,b) syms t; d= laplace(2*t) S= feedback(f,1) D= feedback(d,1) So, why the laplace tranf...
how to convert a Laplace transform into a transfer function value
a = [2]; b = [1 0 0]; f= tf(a,b) syms t; d= laplace(2*t) S= feedback(f,1) D= feedback(d,1) So, why the laplace tranf...
3年以上 前 | 0
質問
how to convert a Laplace transform into a transfer function value
>> A= tf([1 0],[1 1]) A = s ----- s + 1 Continuous-time transfer function. >> p= feedback(A,1) p = ...
3年以上 前 | 1 件の回答 | 0