How to average out the drifting circle?

1 vue (au cours des 30 derniers jours)
MP
MP le 15 Juin 2022
Commenté : KSSV le 15 Juin 2022
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!
  1 commentaire
KSSV
KSSV le 15 Juin 2022
Data is not attached...

Connectez-vous pour commenter.

Réponse acceptée

KSSV
KSSV le 15 Juin 2022
  5 commentaires
MP
MP le 15 Juin 2022
Modifié(e) : MP le 15 Juin 2022
Yes, That worked. Thank you so much @KSSV
KSSV
KSSV le 15 Juin 2022
Perfect...
Enjoy MATLAB..!

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Graphics dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by