搜索资源列表
matlab_to_draw_the_cubic_B-spline
- 使用MATLAB绘制3次均匀B样条曲线,有一定参考价值
Bspline.3次B样条小波程序
- 3次B样条小波程序,用MATLAB写的,思想简单,但要建立好像不容易,大家看看,3 bspline wavelet program,using matlab language.The idea is not complex,but it is not easy to realize it.Hope all read.
B-spline-surface
- 这是在MATLAB-2008a环境下编写的B样条曲面生成程序,可以通过调整节点矢量和控制顶点来调整曲面形状。-This is a MATLAB-2008a environment, prepared by B-spline surface generation program, you can adjust the knot vector and control points to adjust the surface shape.
b
- 很好的matlab实用程序,从光盘中拷出来的。-Matlab good utility, from the CD-ROM copy from.
nonrigid_version16
- Registration of two 2D/3D images, rigid and with smooth b-spline grid.
matlab-B-spline-curve-of-anti-count
- 通过利用matlab实现B样条曲线的反算。-By the use of matlab B-spline curve of anti-count.
B_spline
- 用最简单的matlab程序实现B-Spline曲线的绘制-B-Spline curve drawn with the most simple matlab program
nurbs_toolbox
- Matlab 非均匀有理B样条函数,能生成B样条曲线和曲面-Matlab NURBS
ErlangB
- Erlang B,is a modeling formula that is widely used in call center scheduling, implementation in matlab
adaptivefilter
- RLS adaptive filter channel system order sysorder = 5 Number of system points N=2000 inp = randn(N,1) n = randn(N,1) [b,a] = butter(2,0.25) Gz = tf(b,a,-1) This function is submitted to make inverse Z-transform (Matlab ce
ellipseReflection
- 计算以a,b为轴长,(x,y)位原点的椭圆,关于y=kx+n直线的反射变换图形(Calculate the ellipse with a, B as axis length, (x, y) bit origin, and the reflection transformation graph about the y=kx+n line)
cyst_phantom_example.tar
- 仿真b超成像,换能器发射超声激励脉冲扫描盒子中的散射点及囊肿,成像(The scattering points and cysts in the pulse scanning box are transmitted by transducer)
byangtiao 5.0 -1228
- 利用b样条函数实现曲线拟合,matlab程序,函数拟合(Using B spline fitting)
Bspine
- 主要功能是根据任意给定控制点,绘制B样条曲线。可以用鼠标、键盘输入控制点,并能记录输入控制点的坐标。也包含清除、退出等基本的GUI功能。(Drawing B-spline curve according to any given control point.)