How to average out the drifting circle?

조회 수: 2 (최근 30일)
MP
MP 2022년 6월 15일
댓글: KSSV 2022년 6월 15일
I have X and Y coordinates of a drfting trajectory (oval). The are about 2.5 passages of the drfting trajectory (oval). I would like to obtain an averaged orbit of the trajectory.
The picture below shows the trajectory. The data coordinates are blue. I want a circle like Red one.
The data for X and Y is attached below.
Here is the code for blue circles:
load('matlab.mat')
subplot(211);
plot(Rgsm(1,:),Rgsm(2,:));
Any help is greatly appriciated. Thank you in advance!

채택된 답변

KSSV
KSSV 2022년 6월 15일
  댓글 수: 5
MP
MP 2022년 6월 15일
편집: MP 2022년 6월 15일
Yes, That worked. Thank you so much @KSSV
KSSV
KSSV 2022년 6월 15일
Perfect...
Enjoy MATLAB..!

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Surface and Mesh Plots에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by