Effacer les filtres
Effacer les filtres

problem in curve fitting

2 vues (au cours des 30 derniers jours)
JIANING
JIANING le 15 Mai 2024
Commenté : JIANING le 15 Mai 2024
hey,guys
Recently I am learning the PSO algorithm, I use the spline curve interpolation that comes with matlab to get a set of smooth data of x, y, z, and I want to fit them with some arcs to apply to my environment。
How do I fit discrete points with arcs of fixed curvature and make these arcs G1 continuous?Is there a difference between two-dimensional and three-dimensional environments?

Réponses (2)

John D'Errico
John D'Errico le 15 Mai 2024
Modifié(e) : John D'Errico le 15 Mai 2024
C1 continuous?
Is there a difference? Absolutely YES.
C1 continuity, using circular "arcs" in 3-d? UGH. I'm a career mathematician, with 40 years experisnce working with splines. I'd not try it. I think you may be looking for something more sophisticated than you really need.
I'd suggest you start with tools for scattered interpolation, maybe griddata, maybe scatteredInterpolant.
  1 commentaire
JIANING
JIANING le 15 Mai 2024

Connectez-vous pour commenter.


Image Analyst
Image Analyst le 15 Mai 2024
For what it's worth, see my attached spline demos.

Community Treasure Hunt

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

Start Hunting!

Translated by