photo

Youssef Ben Dhiab


Rice University

2017 年からアクティブ

Followers: 0   Following: 0

Professional Interests: Vibration, dynamics and control, robotics

統計

MATLAB Answers

0 質問
3 回答

ランク
5,222
of 300,759

評判
10

コントリビューション
0 質問
3 回答

回答採用率
0.00%

獲得投票数
2

ランク
 of 21,081

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 170,900

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Knowledgeable Level 1
  • First Answer

バッジを表示

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...

約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...

約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...

約8年 前 | 0