搜索资源列表
1
- 用MATLAB实现三角函数曲线、双5y轴图形的绘制、单个轴窗口显示多个图形等,对初学者非常实用
MATLAB
- 绘制正弦曲线和余弦曲线,在MATLAB命令窗口中输入 求方程的全部根-Draw sine curve and cosine curve Root of equation
VC_Matcom_code
- VC与matlab混合编程,以matcom为接口,在VC++中调用Matlab中的函数,无需matlab运行环境。包括三个工程例子:在VC的对话框中调用matlab画图函数;分别绘制单线程以及多线程的衰减震荡曲线。内附有程序的调试说明。-VC with the matlab programming mix in order to matcom the interface, in the VC++ to call a function in Matlab without matlab runtim
gao
- 用matlab设计的GUI界面,功能是各类图片处理,还有正弦余弦脉冲曲线的绘制-Matlab GUI interface, the function is all kinds of image processing, sine cosine pulse Curve
B-Spline
- 2次B样条曲线和3次B样条曲线的matlab绘制,适用于初学者-Two B spline curve and cubic b-spline curve realization code, debugging through matlab, apply for beginners
duoxianchengxu
- 这是matlab中绘制多条曲线的程序源代码,可以设置曲线的各种属性,数据可以从workspace中获得-he program for the Matlab draw a number of curves of the program source code
MATLAB-drawing
- 二维数据曲线图,绘制单根二维曲线 ,绘制多根二维曲线。-Two dimensional data curve drawing a single 2D curve.
colorAnalysis
- 基于Matlab对图像进行色彩分析处理,常用典型色彩模型,如RGB、HIS、HSV等,结果以曲线形式绘制出来。-Matlab color image based on the analysis process, a typical conventional color model, such as RGB, HIS, HSV, etc. The results plotted in graph.
surface5
- matlab中曲线曲面的绘制,动图绘制,涉及颜色、线型、背景颜色的调整,适合初学者-In matlab curve of surface rendering, figure drawing, color, lines, and to adjust the background color, suitable for beginners
PlotCMC.m
- 绘制CMC曲线的MATLAB代码,可以参考一下-CMC curve MATLAB code
MATLAB短学期
- 绘制n次Bezier曲线,P是平面或空间的点列,称为控制顶点。(Draw n times Bezier curve)
function plot
- 绘制函数的图形 1) x~[0, 30] 2) x,y~[-2, 2] % 二维曲线 x = 0:30; % 冒号的功能… y = exp(-x/10).*sin(x); % 向量运算,点号的功能 plot(x, y) % 绘制二维曲线
matlab命令流
- 信号处理傅里叶变换,三分之一倍频程,荷载时程曲线绘制(Signal processing Fourier transform, one third octave, load time history curve drawing)