How would I create a curve fit line and smooth the data on a surf plot
1 回表示 (過去 30 日間)
古いコメントを表示
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/930149/image.jpeg)
Hey yall, I am trying to smooth this data on a surf plot so this forms more of a curve while also putting a curve line line over it. How would I go about doing that? Thank you so much!
0 件のコメント
回答 (1 件)
Walter Roberson
2022 年 3 月 17 日
If you were to find() the locations of the non-zero pixels, then you could use boundary() on the coordinate pairs to get an outline of the area. With that information in place, you might consider something like John's interparc() from the FIle Exchange.
参考
カテゴリ
Help Center および File Exchange で Curve Fitting Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!