Borrar filtros
Borrar filtros

How to average out the drifting circle?

1 visualización (últimos 30 días)
MP
MP el 15 de Jun. de 2022
Comentada: KSSV el 15 de Jun. de 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!

Respuesta aceptada

KSSV
KSSV el 15 de Jun. de 2022
  5 comentarios
MP
MP el 15 de Jun. de 2022
Editada: MP el 15 de Jun. de 2022
Yes, That worked. Thank you so much @KSSV
KSSV
KSSV el 15 de Jun. de 2022
Perfect...
Enjoy MATLAB..!

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Surface and Mesh Plots en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by