Can i do 3D vitalisation in Android phone using Simulink or matlab plot

1 view (last 30 days)
Hi i want ot do 3d animation in android device, i was wondering if i can do it using matlab tool?

Answers (2)

Cam Salzberger
Cam Salzberger on 6 Nov 2017
Hello Jaspreet,
I am afraid that the Simulink Support Package for Android does not currently have the ability to do 3-D visualization. If you can translate your 3-D surface or plot into a 2-D image, you can display that with the Video Display block, but that is probably more trouble than it is worth.
If you write your own function for doing 3-D visualization, you can link it to the rest of your code using a ToApp block.
If you use the MATLAB Mobile app, you can see 3-D visualizations, since it depends on the MATLAB session to do the computation for the visualization. Will this suffice for what you are looking to do?
-Cam

Jan
Jan on 23 Nov 2017
Hi Jaspreet,
Simulink 3D Animation supports viewing 3D virtual worlds using Web Viewer that works with HTML5-enabled browsers on any platform. Primary purpose is live remote connection to a simulation model / MATLAB algorithm running on a PC. Have a look:
https://www.mathworks.com/products/3d-animation/features.html#recording-and-sharing-animations
https://www.mathworks.com/help/sl3d/open-a-virtual-world-in-the-web-viewer.html
Jan

Categories

Find more on Android Devices in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!