Transfer Function with Data in Table
显示 更早的评论
for example:
K = [1, 2, 3, 4];
D = [2, 3, 4, 5];
How can i create a tranfer fuction with arrays like that
i already did
w=tf(K,[D 1]);
but it give me wrong answer/
any ideal??
thanks everyone
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 MATLAB 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!