How to integrate Matlab model in an app designed in android studio?
5 次查看(过去 30 天)
显示 更早的评论
Can we design matlab model in android studio?
For example: The user interface is designed in android studio and we want to add the gender detection by face model of matlab to be working through android studio.
Working would be like ths:
We will be capturing photo from android app built in adnroid Studio and the functioning of matlab will tell if the gender is either male or female. How can i perform this? Please reply as soon as possible.
0 个评论
回答(2 个)
Sutanu Maiti
2021-5-12
You can do image processing, Video processing, Audio processing, machine learning all from Simulink (without writing single lines of code in Android Studio). And that Simulink model will run as a stand alone application on your phone.
You may follow the below page to get an idea about Simulink Support package for Android Devices:
(please watch the video on that page)
Also you may refer these application examples from the same support package:
OpenCV:
Deep Learning:
Machine LEarning:
0 个评论
Andrea Daou
2021-10-20
编辑:Andrea Daou
2021-10-20
Hello,
Are you working with CNN deep learning image classification models? If yes, you can convert your trained MATLAB CNN model which is a .mat file to .onnx model using https://fr.mathworks.com/matlabcentral/fileexchange/67296-deep-learning-toolbox-converter-for-onnx-model-format, more specifically exportONNXNetwork(net,filename).
Then you can convert your .onnx model to a model compatible with your Android Studio application.
Hope this can help you.
1 个评论
Rimsha Muzaffar
2022-10-18
but how to convert convert .onnx model to a model compatible with your Android Studio application.
kindly tell me in detail.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Setup and Configuration 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!