How to create a single link manipulator model in Simulink?

4 ビュー (過去 30 日間)
Macaulay Wright
Macaulay Wright 2020 年 4 月 28 日
回答済み: J Chen 2020 年 5 月 4 日
I have the following equation for a robotic single link manipulator;
I want to produce a Simulink model for the equation above, the values are as follows;
Any guidance on how to go about this would be greatly apreciated,
Thank you in advance.

回答 (1 件)

J Chen
J Chen 2020 年 5 月 4 日
Use two integrators in series. The input of the first integrator is acceleration, the output is velocity. The input of the second integrator is the velocity (the output of the firt integratir), the output is position. Feedback the velocity and position to the input of the first integrator through gains.

カテゴリ

Help Center および File ExchangeRobotics についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by