Azzera filtri
Azzera filtri

Dynamics of a robot 7 -DOF

1 visualizzazione (ultimi 30 giorni)
James Patrick
James Patrick il 15 Lug 2020
Morning........
I have wrote a code to determinate de dynamique of a robot, I have some errors I don't know how to result it.
these are the errors
A null assignment can have only one non-colon index.
Error in sym/privsubsasgn (line 1040)
L_tilde2 = builtin('subsasgn',L_tilde,struct('type','()','subs',{varargin}),R_tilde);
Error in sym/subsasgn (line 877)
C = privsubsasgn(L,R,inds{:});
Error in SerialLink/rne_dh (line 223)
tau(p,j) = t;
Error in SerialLink/rne (line 119)
[varargout{1:nargout}] = rne_dh(robot, args{:});
Error in SerialLink/coriolis (line 93)
tau = robot2.rne(q, QD, zeros(size(q)), 'gravity', [0 0 0]);
This is my code

Risposte (0)

Tag

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by