Feeds
提问
Not enough input arguments.
function P = Fillter(K) dem=0; %F=zeros(10001,2); F(1,1)=K(1,1); F(1,2)=K(1,2); t=length(K(:,1)); for i=2:1:t if (K(i...
5 years 前 | 1 个回答 | 0
1
个回答提问
Index in position 2 exceeds array bounds (must not exceed 1).
syms q1 q2 q4 a1 a2 d3 d4 t %q1,q2,d3,q4 variable angle % a1 a2 , d4 length robot assume(a1,'real');assume(a1>0); assume(a2,...
5 years 前 | 1 个回答 | 0


