Finding trajectory in SimMechanics

6 ビュー (過去 30 日間)
Maxim Sluchak
Maxim Sluchak 2015 年 7 月 10 日
回答済み: Sebastian Castro 2015 年 7 月 10 日
Is it possible to find trajectory of the center of mass of some solid in the form of some 3-d line plot.
I have an idea to use transformations of coordinates, but I dont know how to get it from the Rigid Transform Block.
How can I get this transformations or how can I get correct trajectory without transformations?

採用された回答

Sebastian Castro
Sebastian Castro 2015 年 7 月 10 日
You should connect a Transform Sensor block to the center of mass of the object you want to track. This is typically the "S" port of a Solid block. You can either connect it between two frames in SimMechanics to get relative motion, or you can hook the "B" port to the World Frame to get absolute motion.
The outputs of the Transform Sensor blocks are physical signals, which can then be converted to Simulink with PS-Simulink Converter blocks. Then, it's up to you if you want to display those positions on a Simulink scope or export the data to MATLAB.
- Sebastian

その他の回答 (0 件)

カテゴリ

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

Community Treasure Hunt

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

Start Hunting!

Translated by