Does anyone know how to import 3D models imported in Multibody into the MATLAB workspace for post-processing?
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Does anyone know how to import 3D models imported in Multibody into the MATLAB workspace for post-processing?
0 comentarios
Respuestas (1)
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.
0 comentarios
Ver también
Categorías
Más información sobre Bodies 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!