level 2
猪猪及嘟嘟
楼主
>> clear
>> num=[b_m b_m-1 ... b_1 1];
den=[a_n a_n-1 ... a_1 1];
den=[a_n a_n-1 ... a_1 1];
|
Error: The expression to the left of the equals sign is not a valid target for an assignment.
>> den=[a_n a_n-1 ... a_1 1];
sys=tf(num,den);
sys=tf(num,den);
|
Error: The expression to the left of the equals sign is not a valid target for an assignment.
>> sys=tf(num,den)
Undefined function or variable *num*.
错在哪里啊
2014年10月09日 06点10分
1
>> num=[b_m b_m-1 ... b_1 1];
den=[a_n a_n-1 ... a_1 1];
den=[a_n a_n-1 ... a_1 1];
|
Error: The expression to the left of the equals sign is not a valid target for an assignment.
>> den=[a_n a_n-1 ... a_1 1];
sys=tf(num,den);
sys=tf(num,den);
|
Error: The expression to the left of the equals sign is not a valid target for an assignment.
>> sys=tf(num,den)
Undefined function or variable *num*.
错在哪里啊