Feeds
질문
How come time I type and run tf, (transfer function) in a code and run it, I am getting, 'Error using InputOutputModel/subsref (line 43) Subscript no. 2 is out of range', how do I overcome the error?? temp_matlab_R2016b_win64 down loaded 12/11/16
%For G1(s)system num1=[1]; den1=[0,1]; man= tf(num1,den1); %For G2(s) system num2=[1,1]; den2=[1,2]; boy=...
9년 초과 전 | 답변 수: 1 | 0
