01 February 2018 3 472 Report

I am collecting the data from accelrometer, gyroscope and combination of accelrometer and gyroscope.

  • I know how to collect the data from separate accelrometer using MATLAB. like

mobileSensor = mobiledev();

mobileSensor.AccelerationSensorEnabled = 1;

mobileSensor.Logging=1;

[a, t] = accellog(mobileSensor);

  • Same I know, how to collect the data from gyroscope.
  • My question is how to collect the data from combination of gyroscope and accelromter? and How its work combinly?
More Nafees Ahmad's questions See All
Similar questions and discussions