Please can you help me solve the temporary omega?

조회 수: 1 (최근 30일)
Carolina
Carolina 2024년 7월 3일
댓글: Sam Chak 2024년 7월 4일
J=Jacob(th1(i),th2(i),th3(i),th4(i));
W_t=W(i,:)'; Index in position 1 exceeds array bounds. Index must not exceed 4.
V=J*W_t;
dim = [0.8 0.5 0.4 0.3];
annotation('textbox',dim,'String',num2str(V))
  댓글 수: 8
Carolina
Carolina 2024년 7월 4일
Ok
Sam Chak
Sam Chak 2024년 7월 4일
I can only make a guess that , where v is the translational velocity vector, is the Jacobian matrix, and ω is the rotational velocity vector.
The error message "Index must not exceed 4" probably suggest that this is a 4-joint Robotic Arm.

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Matrix Indexing에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by