Can i do 3D vitalisation in Android phone using Simulink or matlab plot
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Hi i want ot do 3d animation in android device, i was wondering if i can do it using matlab tool?
0 comentarios
Respuestas (2)
Cam Salzberger
el 6 de Nov. de 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
0 comentarios
Jan
el 23 de Nov. de 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
0 comentarios
Ver también
Categorías
Más información sobre Modeling 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!