Borrar filtros
Borrar filtros

Does anyone know how to import 3D models imported in Multibody into the MATLAB workspace for post-processing?

3 visualizaciones (últimos 30 días)
Does anyone know how to import 3D models imported in Multibody into the MATLAB workspace for post-processing?

Respuestas (1)

Dinesh
Dinesh el 8 de Mayo de 2023
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.

Categorías

Más información sobre Simscape Multibody en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by