Can i do 3D vitalisation in Android phone using Simulink or matlab plot
조회 수: 3 (최근 30일)
이전 댓글 표시
Hi i want ot do 3d animation in android device, i was wondering if i can do it using matlab tool?
댓글 수: 0
답변 (2개)
Cam Salzberger
2017년 11월 6일
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
Jan
2017년 11월 23일
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
참고 항목
카테고리
Help Center 및 File Exchange에서 Modeling에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!