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

답변 (1개)

Deepak Meena
Deepak Meena 2021년 3월 18일

0 개 추천

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

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!!!

댓글을 달려면 로그인하십시오.

카테고리

도움말 센터File Exchange에서 Scatter Plots에 대해 자세히 알아보기

질문:

2021년 3월 9일

댓글:

2021년 3월 23일

Community Treasure Hunt

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

Start Hunting!

Translated by