Need Code for Kinematics
1 回表示 (過去 30 日間)
古いコメントを表示
I need the code for the following Kinematics equation
" Velocity
VB= AA + ( AB x r AB )
VC = VB + ( ω BC x r BC )
Accelaration
AB = AA +( ( AB X (ω AB x r AB )) + ( α AB x rAB)
AC = AB + ( ( BC X ( BC x r BC )) + ( α BC x r BC )
r AB = AB( sin θ i + cos θ j )
r BC = BC( sin α i + cos α j )
User need to input:
Distance: AB and BC
Angle: α and θ
k value = AB and α AB"
Need user ask to input
0 件のコメント
回答 (1 件)
Udit06
2024 年 9 月 28 日
Hi Nandeeswaran,
It seems you are facing some difficulty in writing code for a kinematics equation. It would be better if you can point out in which step you are facing problem to get support from this forum. You can refer to the following MathWorks documentations for the key steps involved in the equation:
Cross product: https://www.mathworks.com/help/matlab/ref/cross.html
3 件のコメント
参考
カテゴリ
Help Center および File Exchange で Introduction to Installation and Licensing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!