我已经定义了一个内部带有传递函数的数组。如何在该数组中找到某个传递函数的位置?
s = tf('s') % defining a transfer function
array = [s, s^2, s^3];
>> find(array==s)
undefined function 'eq' for input arguments of type 'tf'.
我已经定义了一个内部带有传递函数的数组。如何在该数组中找到某个传递函数的位置?
s = tf('s') % defining a transfer function
array = [s, s^2, s^3];
>> find(array==s)
undefined function 'eq' for input arguments of type 'tf'.