How can I smooth this plot?

4 comentarios

Sam Chak
Sam Chak el 28 de Feb. de 2022
John D'Errico
John D'Errico el 28 de Feb. de 2022
Editada: John D'Errico el 28 de Feb. de 2022
@Sam Chak - Um, NO. Smooth does not apply to multi-valued relations like this. While you could actually pass in the vectors x and y, the result would probably not make much sense. In fact, it would likely look much less smooth than the original data.
However, if the points as plotted are really sampled say uniformly in time, then you might decide to apply smooth to both x(t) and y(t) separately. That would hopefully produce a meaningful result.
Cris LaPierre
Cris LaPierre el 28 de Feb. de 2022
Editada: Cris LaPierre el 28 de Feb. de 2022
How have you created this plot? What plotting function did you use? Please share the code used to create your plot. You can also attach your data files using the paperclip icon.
Star Strider
Star Strider el 28 de Feb. de 2022
That looks like a set of hysteresis curves. It might be possible to estimate the parameters using something like how to find ascending and descending of hysteresis loop? and the plot the resulting loop with linspace independent variables.

Iniciar sesión para comentar.

Respuestas (0)

Etiquetas

Preguntada:

el 28 de Feb. de 2022

Comentada:

el 28 de Feb. de 2022

Community Treasure Hunt

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

Start Hunting!

Translated by