Does anyone know how to import 3D models imported in Multibody into the MATLAB workspace for post-processing?
3 ビュー (過去 30 日間)
古いコメントを表示
Does anyone know how to import 3D models imported in Multibody into the MATLAB workspace for post-processing?
0 件のコメント
回答 (1 件)
Dinesh
2023 年 5 月 8 日
Hello there,
You should already have a multibody model that is set up in Simulink using the Simulink Multibody blocks. You can run the simulation to generate the simulation data.
After this, you will have access to various data, such as joint positions, accelerations and velocities. To extract this data, blocks like the "Joint Sensor" block from the Simscape Multibody blocks can be used by connecting them to the right joints in your model. Connect the output of these blocks to "To Workspace" blocks to save the data in MATLAB workspace.
Now that you have the desired data in the MATLAB workspace, you can use MATLAB functions and other toolboxes for post-processing.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Bodies についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!