readMobileSensorData
Import collected data file from mobile device via USB connection
Description
Add-On Required
To use this function for accessing mobile device sensors remotely from MATLAB® installed on a desktop or laptop computer, you must also install either MATLAB Support Package for Apple iOS Sensors or MATLAB Support Package for Android® Sensors. For more information, see Get and Manage Add-Ons.
reads the file, s
= readMobileSensorData('filename
')filename
, extracts the sensor data from it, and
creates a structure, s
, where each field in the structure is a
timetable with the sensor data. The file contains sensor data collected by MATLAB
Mobile locally on a mobile device.
This function is required only when you manually transfer a sensor log file from a mobile device to your computer using a USB cable. If you upload the sensor file from the mobile device to MATLAB Drive, you do not need to use this function.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2018b