Simulink 3D capabilities, move objects during simulation?

Technical Source
2 min readAug 16, 2021

--

I am working on a project regarding distributed engine control and have looked into SimMechanics as a modeling tool, but it became apparent that it would be ideal to manipulate objects during simulation. Does Simulink 3D have such a capability? For example, if I have a temperature sensor in a jet engine and want to grab it and move it to a different location in the engine during simulation, is this possible? Also, can SimMechanics elements be incorporated into Simulink 3D or are they separate entities? Thank you.

ANSWER

Matlabsolutions.com provide latest MatLab Homework Help,MatLab Assignment Help for students, engineers and researchers in Multiple Branches like ECE, EEE, CSE, Mechanical, Civil with 100% output.Matlab Code for B.E, B.Tech,M.E,M.Tech, Ph.D. Scholars with 100% privacy guaranteed. Get MATLAB projects with source code for your learning and research.

The initial positions of objects in virtual scene need to be aligned with that in the simulation model (and of course, with the desired position in the scene).

You can do this in Simulink by adding a Constant signal to the signal you feed the VR Sink inputs.

In Virtual scene, you can wrap an object with another offset Transform. Example:

DEF Ball_Offset Transform { translation 0 10 0 children [DEF Ball Transform {   translation 0 20 0   children Shape {    geometry Sphere {     radius 1    }   }} ]

In…..

SEE COMPLETE ANSWER CLICK THE LINK

--

--

Technical Source
Technical Source

Written by Technical Source

Simple! That is me, a simple person. I am passionate about knowledge and reading. That’s why I have decided to write and share a bit of my life and thoughts to.

No responses yet