Anrdroid development on MATLAB

1 view (last 30 days)
nadeem
nadeem on 10 Dec 2012
I want to use the matlab code in one of my android application. I am using Eclipse with andriod SDK. I want to know how can we use matlab command and functions in android development.

Answers (1)

Ryan G
Ryan G on 10 Dec 2012
Your best bet is probably MATLAB coder. You can generate c-code from your MATLAB code, create a library and then load it in JAVA. See here

Categories

Find more on Android Devices in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!