搜索资源列表
jiemian
- 在matlab绘图中绘制不同函数曲线的用户界面的m函数,奉献给大家!
matlab_to_draw_the_cubic_B-spline
- 使用MATLAB绘制3次均匀B样条曲线,有一定参考价值
NURBS-curve
- 这是NURBS曲线的绘制程序,在MATLAB-2008a环境下进行编写,包含了几个基函数子程序。可以通过调节控制顶点和点的权重来调节曲面形状。 -This is a NURBS curve drawing program, in the MATLAB-2008a environments prepared, including a number of basis function subprogram. Can be controlled by adjusting the weight o
bezier_demo
- matlab下bezier曲线的绘制,由鼠标左键产生四个点随即产生曲线,并可对曲线进行编辑。解压缩后,运行bezier_demo.m文件即可。压缩包里的文件是相互关联的。-matlab under bezier curve drawing, the left mouse button generated by the four-point curve was generated, and may be edited on the curve. After decompression, bezie
matlab
- 采用matlab实现了几种图形的绘制功能,如三角曲线,填充图,柱状图,向量场等等,非常有帮助。-under the environment of matlab,we can paint several pictures,such as triangle,filling,histogram,vector field and so on
MATLABpaint11
- 掌握matlab常用的二维图形和三维图形的绘制方法,并会对图形进行处理;掌握符号函数(显函数、隐函数和参数方程)的画图,掌握空间曲线和空间曲面的绘图,会对所绘图形进行加格栅,图例和标注等一些简单的处理;掌握散点数据绘图基本方法。-It mian to paint picture through matlab 2009.
B_spline
- 用最简单的matlab程序实现B-Spline曲线的绘制-B-Spline curve drawn with the most simple matlab program
ROC
- 利用matlab m文件,实现了接收机ROC性能曲线的绘制-Use matlab m files, to achieve the performance of ROC curves plotted receiver
original-pic
- 用mtlab编程绘制光学系统的光学传递函数mtf曲线-we can plot MTF curve by MATLAB
matlab-Draw-frequency-response-curve
- MATLAB绘制频率响应曲线,其中包含了一个控制工程中的例子。-MATLAB draws the frequency response curve, which contains an example of a control project.
serpenoid
- 基于蛇形曲线公式,利用matlab绘制出该曲线,并分析各个参数对曲线的影响。。(Based on the snake curve formula, the curve is plotted by MATLAB, and the influence of each parameter on the curve is analyzed..)
plot
- 利用·matlab,在同一坐标内绘制两条曲线(Draw two curves in the same coordinates by using MATLAB)
lamb波频散曲线
- Lamb波的频散曲线是进行超声Lamb波无损检测的重要依据。本程序对Rayleigh2Lamb方程进行了分析,给出了无限大板中Lamb波频散曲线的数值计算方法,通过Matlab软件对求解过程进行编程,绘制出Lamb波在铝板中传播的相速度和群速度曲线,并通过试验进行了验证对推广应用Lamb波进行无损检测具有实际意义。(The dispersion curve of Lamb wave is an important basis for non-destructive testing of ultr
Bspine
- 主要功能是根据任意给定控制点,绘制B样条曲线。可以用鼠标、键盘输入控制点,并能记录输入控制点的坐标。也包含清除、退出等基本的GUI功能。(Drawing B-spline curve according to any given control point.)