Effacer les filtres
Effacer les filtres

Fitting line to a curve

2 vues (au cours des 30 derniers jours)
David Harra
David Harra le 21 Avr 2022
Modifié(e) : Matt J le 22 Avr 2022
I have a plot of attenuation V frequency and I am wondering if there is a way I can fit a straight line the follows the upper trajectory of the graph, so that you would see the line increase and then level off. I have tried a few methods but getting lines through the middle etc. Many Thanks
  3 commentaires
David Harra
David Harra le 21 Avr 2022
Thanks I will keep this in mind for future. How do I include my data as a .mat file?
Dave :)
Matt J
Matt J le 22 Avr 2022
Modifié(e) : Matt J le 22 Avr 2022
The toolbar has a a file attachment option.

Connectez-vous pour commenter.

Réponse acceptée

John D'Errico
John D'Errico le 21 Avr 2022
Easy.
  1. Use findpeaks, to locate the sequence of points that represent the successive maxima of the curve.
  2. Use an interpolating spline to then interpolate those points. A tool like interp1 will be simplest. Specify the 'pchip' option.

Plus de réponses (0)

Produits


Version

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by