종수 허
Followers: 0 Following: 0
Statistiques
4 Questions
0 Réponses
RANG
206 723
of 295 569
RÉPUTATION
0
CONTRIBUTIONS
4 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
50.0%
VOTES REÇUS
0
RANG
of 20 247
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 154 105
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
How to avoid overlapping when plotting in for loop
t=[ %to print text text(2,3.5,'') text(2,3,'') text(2,2.5,'') text(2,2,'') text(2,1.5,'') ...
plus de 2 ans il y a | 1 réponse | 0
1
réponseQuestion
How can I represent points and lines in 3 dimensions?
ox=0; oy =0; oz=0; x1=0; y1 =0; z1=0; x2=0; y2 =0; z2=0; x3=2; y3 =0.6; z3=0; x4=2; y4 =0.3; z4=0; x5=2; y5 =0.3; z5=-0.7; ...
plus de 2 ans il y a | 2 réponses | 0
2
réponsesQuestion
I want to draw a graph in 3D, but the z value is output as 0, so it comes out in 2D. In conclusion, I want to paint in three dimensions. How can I print it in 3D?
th1 = 0; th2 = 0; th3 =0; th4 =0; th5 = 0; th6 = 0; ox=0;oy=0;oz=0; c1 = cos(th1); c2 = cos(th2); c3 = cos(th3); c4 = cos(th4)...
plus de 2 ans il y a | 1 réponse | 0
1
réponseQuestion
How can I print multiple texts that change using a for statement?
for i = 1:100 J = robot.jacob0(th); Jp = J(1:3,1:3); dq = inv(Jp)*[0.01;0;0]; th_new = th; th_new(1:3) = th_new(1:3) + dq';...
plus de 2 ans il y a | 1 réponse | 0