smoothplot.m

版本 1.0.0.0 (4.0 KB) 作者: Martin Lohrmann
Enables graphical manual curve fitting of plot data.
4.5K 次下载
更新时间 2006/4/11

无许可证

This function is meant to be used for manually smoothing a scattered line (when all other "smooth" functions fail). The idea is to define a spline curve representing the original line. The edge points for the spline line are added by clicking into the axes and are graphically represented by "o" markers. The shape of the spline line can be easily controlled by click&drag on existing edge points. Moving existing markers is possible in between neighbouring edge points. If a marker is moved too close to a neighbour it is deleted. The intial spline line is a straight line connecting the two line ends.

is a straight line connecting the two line ends.

引用格式

Martin Lohrmann (2024). smoothplot.m (https://www.mathworks.com/matlabcentral/fileexchange/6845-smoothplot-m), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R13
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Smoothing 的更多信息
致谢

参考作品: moveplot.m

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.0.0.0

is now able to work with both XY lines (view(0,90)) and XZ lines (view(0,0)).