Youssef Ben Dhiab
Rice University
2017 年からアクティブ
Followers: 0 Following: 0
統計
MATLAB Answers
0 質問
3 回答
ランク
of 170,900
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
回答済み
Loop for function with summation up to N-1 and N
Try this : Vchain = 0; for i = 1:N-1 Vchain = Vchain + 0.5*D*((y(i)-y(i+1))^2 + (z(i)-z(i+1))^2) + g0*(m*z(i)); end Vchai...
Loop for function with summation up to N-1 and N
Try this : Vchain = 0; for i = 1:N-1 Vchain = Vchain + 0.5*D*((y(i)-y(i+1))^2 + (z(i)-z(i+1))^2) + g0*(m*z(i)); end Vchai...
約8年 前 | 0
回答済み
Robotics toolbox - why this error?
Hi Za Ka, You should specify what are your inputs: * [1, 1, 0, 0, 0, 0] is the mask vector 'mask' * [rad1, rad2] is the in...
Robotics toolbox - why this error?
Hi Za Ka, You should specify what are your inputs: * [1, 1, 0, 0, 0, 0] is the mask vector 'mask' * [rad1, rad2] is the in...
約8年 前 | 2
| 採用済み
回答済み
helo, i am working on a simple 2 DOF robot. Even though I am using the masking vector as [ 1 1 0 0 0 0 ], I am getting error stating: Number of robot DOF must be >= the same number of 1s in the mask matrix This is my 2 DOF robot:
Hi Za Ka, Change the last line like that : I = R.ikine(Td, 'q0', [0, 0], 'mask',[1, 1, 0, 0, 0, 0]) It should work. If it did...
helo, i am working on a simple 2 DOF robot. Even though I am using the masking vector as [ 1 1 0 0 0 0 ], I am getting error stating: Number of robot DOF must be >= the same number of 1s in the mask matrix This is my 2 DOF robot:
Hi Za Ka, Change the last line like that : I = R.ikine(Td, 'q0', [0, 0], 'mask',[1, 1, 0, 0, 0, 0]) It should work. If it did...
約8年 前 | 0

