scatter plotting the accelerometer and gyroscope

9 Ansichten (letzte 30 Tage)
Maryam Erfanisayyar
Maryam Erfanisayyar am 9 Mär. 2021
I have data from accelometer and gyroscope of the wearable sensor. if I want to have scatter plot of this data how can it be? also I have a problem that these signals has different vectors so is it necssery to be adjust them?
the columns of the both data are 4 and they are time x y z axises and all the data is in an excel file

Antworten (1)

Deepak Meena
Deepak Meena am 18 Mär. 2021
Hi
Since you already have data in xcel file , import the data in MATLAB using import tool. Now you can have the scatter plot for both the data using the scatter3. The size of your two data need not to be same .
  2 Kommentare
Maryam Erfanisayyar
Maryam Erfanisayyar am 22 Mär. 2021
perfect thank you
Maryam Erfanisayyar
Maryam Erfanisayyar am 23 Mär. 2021
ok one more question actully I try different codes to resample the files so both of them has the same length with frequency of 50 Hz but every time I get different length only with different frame. I used upsampling downsampling, now I am confused!!!

Melden Sie sich an, um zu kommentieren.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by