readMobileSensorData
Import data collected from mobile device after file transfer to computer
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 device, then manually transferred to the local computer
before calling this function.
This function is required only when you manually transfer a sensor log file from a mobile device to your computer. 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