我想插入数据的间隔不相等。 我试过使用 interp1 但最后两点不能插值。 哪个是正确的 Matlab 函数? 它涉及对表示数据不连续增加的开放曲线的数据进行插值。
2023-03-07 10:51:48 1KB matlab
1
运动规划是移动机器人自主导航系统中的重要模块之一,相关算法研究成果层出不穷,本文将曲线插值拟合算法拆解为三个子类算法:基于插值的规划算法、基于特殊曲线的规划算法及基于优化的规划算法,并沿时间顺序概述相关算法的发展历程,最后从模型复杂度、实时性、环境适应能力及路径曲线质量等方面分析了上述三类算法的优缺点。
2022-12-13 20:48:57 778KB 算法 动态规划 运动规划
1
用于电场、气流场等计算
2022-11-09 09:19:59 1004B MATLAB 断路器 行程曲线
1
说明: 对于给定的数个离散数据点,使用3次NURBS(非均匀有理B样条曲线)进行插值拟合。该算法程序能够反算出NURBS曲线控制点并绘制经过给定离散点的插值曲线。 (For a given number of discrete data points, the 3 NURBS (nonuniform rational B spline curve) is used for interpolation fitting. The algorithm can calculate the control point of NURBS curve and draw the interpolation curve of the given discrete point.)
2022-05-06 14:06:08 2KB NURBS
在Linux环境下利用framebuffer,在按照给定的点进行NURBS插值,并屏幕上画出曲线。
2022-03-07 10:24:39 6KB NURBS 曲线插值 framebuffer 直线插值
1
This sample teaches you how to create an OpenGL based Spline Drawing application using the MFC library. It shows how to setup 4 Control Points: 1. Start Point 2. End Point 3. Tangent Start Point 4. Tangent End Point User Interactions * Right click to load the on screen context menu. * Left click and drag to move the selected control point around and see its effect on the spline. * From the Spline menu, you can select the Type of Spline: Hermite, Cardinal or Bezier. * In the same menu you can change the Tension of the control points effect on the spline. * You can also select different control points between: Start/End points and Start/End Tangent points.
2022-03-04 12:59:24 41KB osg opengl 样条曲线 hermite
1
纯c#源代码,绝对好使,配有注释,带有例子,使用方法简单
2022-01-14 08:25:48 378KB 哈哈
1
有关于spline三次 样条曲线插值法java实现的方法
2021-12-20 13:27:18 33KB spline 三次样条曲线插值
1
通过给定一组数据点并反求控制点的NURBS曲线插值生成Matlab编程实例,文中含matlab源码,开曲线、闭曲线、自由端点,可深入学习和理解nurbs,教材笔记精粹总结
2021-09-08 18:04:44 456KB 型值点 控制点 matlab源码 nurbs
1
计算几何或者计算机图形学里bezier2次曲线插值作图matlab
2021-08-12 10:39:37 435B 贝塞尔 matlab 计算几何
1