scatter plotting the accelerometer and gyroscope

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

Respuestas (1)

Deepak Meena
Deepak Meena el 18 de Mzo. de 2021

0 votos

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 comentarios

perfect thank you
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!!!

Iniciar sesión para comentar.

Categorías

Etiquetas

Preguntada:

el 9 de Mzo. de 2021

Comentada:

el 23 de Mzo. de 2021

Community Treasure Hunt

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

Start Hunting!

Translated by