How to display result in matlab to android?

5 views (last 30 days)
Hi!
I have a project, because the project has a deep calculation I do it in matlab. I've got the result, but I want to display those in android app.
Do I have to start working from the beginning on android or is there any other way? I just want to display the result. I'm going to make an android app, can I do something like import files from matlab to android?
Please help me
Anyway thank you

Answers (1)

Walter Roberson
Walter Roberson on 30 Jan 2018
On the MATLAB side, the only support is for Android Sensors. To create code that runs on Android, you can use MATLAB Coder, but MATLAB Coder does not know anything special about Android and treats it just like any other embedded C target (so it does not support anything that requires an OS call.) The more general way to run on Android is to use Simulink to create a model (which might use MATLAB Function Blocks) and use the Simulink blocks that can communicate with Android. That includes a video output block -- so displaying is a matter of creating an image to display.

Tags

Community Treasure Hunt

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

Start Hunting!