Create mobiledev
object to acquire data from iOS
sensors
m = mobiledev
creates a mobiledev
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
.
accellog
| angvellog
| discardlogs
| disp
| magfieldlog
| mobiledevlist
| orientlog
| poslog