How can I use my sensor data in the cloud on my computer?

4 ビュー (過去 30 日間)
Joytrick
Joytrick 2017 年 5 月 29 日
コメント済み: Joytrick 2017 年 6 月 3 日
I used Matlab Mobile to collect some acceleration data while connected to the cloud (Because I surely cannot hold my laptop everywhere) After that, when I'm connected to the cloud, I can see the data I recorded in Matlab Mobile.(The same mobiledev object is still there) So can anybody tell me, how can I read or process them on my PC? I tried Matlab Drive connector, didn't work out...

回答 (1 件)

Aylin
Aylin 2017 年 6 月 1 日
The MATLAB Mobile connector can be used with a desktop MATLAB instance to gather data from a MATLAB mobile session:
https://www.mathworks.com/help/matlabmobile/connect-to-your-computer.html
This is different from the MATLAB Drive connector , which is used to access files stored on MATLAB Drive.
Alternatively, you can install the MATLAB Support Package for Android Sensors or the MATLAB Support Package for iOS Sensors. After setting this up, sensor data from an Android or iOS device can be accessed on MATLAB using the mobiledev command:
https://www.mathworks.com/help/supportpkg/iossensor/ug/acquire-sensor-data.html
  1 件のコメント
Joytrick
Joytrick 2017 年 6 月 3 日
Thank you. I've tried that, actually I want to know if there is any way I can use my data in the cloud on my PC?

サインインしてコメントする。

カテゴリ

Help Center および File Exchange传感器数据采集 についてさらに検索

Community Treasure Hunt

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

Start Hunting!