mobiledev
Create mobiledev
object to acquire data from
Android sensors
Description
m = mobiledev
creates an object m
that reads sensor data from any device running MATLAB®
Mobile™ with the same MathWorks® account. The object can read data from five types of sensors:
acceleration, angular velocity, orientation, magnetic field, and position.
Use this syntax when you have only one device set up for sensing. You cannot
create more than one object for the same device.
m = mobiledev(
creates a
devname
)mobiledev
object to read data from the device
identified by devname
. Use this syntax when you have more
than one device connected to your MathWorks account. You can create several mobiledev
objects, each one for a different device, up to the supported limit. For a
list of possible devices, use mobiledevlist
.
Examples
Input Arguments
Version History
Introduced in R2014b
See Also
mobiledevlist
| disp
| accellog
| angvellog
| magfieldlog
| orientlog
| poslog
| discardlogs