Fitting line to a curve
1 次查看(过去 30 天)
显示 更早的评论
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 个评论
采纳的回答
John D'Errico
2022-4-21
Easy.
- Use findpeaks, to locate the sequence of points that represent the successive maxima of the curve.
- Use an interpolating spline to then interpolate those points. A tool like interp1 will be simplest. Specify the 'pchip' option.
0 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Interpolation 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!