Feeds
已回答
Matlab error in simulink for numerator of transfer function 'Unable to use a value of type tf as an index'
num=[1 23 4 17]; den=[21 5 6 7 3]; g1=tf(num,den); g2=zpk(g1) Unable to use a value of type tf as an index. how i want ...
Matlab error in simulink for numerator of transfer function 'Unable to use a value of type tf as an index'
num=[1 23 4 17]; den=[21 5 6 7 3]; g1=tf(num,den); g2=zpk(g1) Unable to use a value of type tf as an index. how i want ...
3 years 前 | 0