Constructing a smooth closed 3D curve using splines
显示 更早的评论
I need to create smooth, closed 3d curves that have zero curvature on certain given points. I am using the cscvn function from the Curve Fitting Toolbox to generate a curve passing by specific points. I would like to know if there is a way to enforce zero curvature on some of the points used as control points by cscvn.
I was thinking I could use different fittings for different sections of the curve and connect them later but, given that cscvn is already doing that, is there a way I can control the order of the polinomial it uses to make sure is just linear where I need zero curvature?
回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Spline Postprocessing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!