Smartphone app that sends data to MATLAB software
3 views (last 30 days)
Show older comments
I am working a little on some acoustic monitoring using smartphones. In respect to that I was pondering whether it is possible to write an iPhone app in e.g. swift for iOS that is capable of transmitting an audio file to either a MATLAB desktop computer or MATLAB software installed on a server and then have MATLAB evaluate the audio file prior to sending the result back to the Phone. Here the catch is that I would like to avoid e.g. the MATLAB mobile interface in order to be able to customize the user interface. Would such a task perhaps only be possible by deploying MATLAB code on a MATLAB Production Server or is there perhaps a general software architecture problem in interfacing a custom build smartphone app with MATLAB?
0 Comments
Answers (1)
Han Du
on 9 Aug 2018
One options is uploading data to MATLAB Drive through any browser from your mobile device. Then either MATLAB Online and MATLAB desktop can be used to do data processing on MATLAB Drive directly. MATLAB Drive
0 Comments
See Also
Categories
Find more on MATLAB Mobile in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!