connect matlab with android studio
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
ENG:
Hi,
I want to connect matlab with android studio (for using matlab in a mobile application). Is there any way to do it? Do you have any recommendations for me?
Tur:
Matlab ile android studioyu bağlamak istiyorum (matlabı mobil uygulamada kullanmak amacıyla). Bunun herhangi bir yolu var mı? Herhangi bir öneriniz var mı?
0 comentarios
Respuestas (1)
Monisha Nalluru
el 28 de Oct. de 2020
Editada: Monisha Nalluru
el 28 de Oct. de 2020
In order to use MATLAB code in a mobile application you can use Simulink Android Support Package. Embed the MATLAB code in simulink function block, and use ToApp block from Android Support Pacakge. Deploy the model and Import to Android Studio and modify the code accordingly.
Check the below examples for more info
https://www.mathworks.com/help/supportpkg/android/ref/enhanced-color-replacement-with-customized-code.html - which add custom code using ToApp Block
2 comentarios
Ver también
Categorías
Más información sobre Run on Android Device 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!