登录
首页 » matlab » suptitle

suptitle

于 2011-04-17 发布 文件大小:1KB
0 147
下载积分: 1 下载次数: 0

代码说明:

说明:  在子图像上面添加标题的matlab函数 (A function to place a title above all subplots)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论


0 个回复

  • hxg
    定义了一个函数用来计算两个序列的互相关值,根据给定的两个序列计算其互相关值并以图形方式输出结果。(Defines a function used to calculate the cross-correlation of two sequences of values, according to a given sequence of two to calculate the value of inter-related and graphical output.)
    2009-06-30 21:18:22下载
    积分:1
  • thermal-2
    thermal -Code for size dependent of in plane(thermal-Code for size dependent of in plane)
    2011-02-07 11:35:00下载
    积分:1
  • dipole-radiation
    偶极子辐射的电磁场的matlab动态模拟程序dipole radiation movie(dipole radiation movie)
    2012-08-31 19:44:58下载
    积分:1
  • drawcardioid
    画心形线,利用MATLAB动画演示,可以用于耍酷(to draw a cardioid with animation)
    2009-09-29 22:20:52下载
    积分:1
  • RBF_SMC
    本程序为基于RBF神经网络上界自适应学习的滑模控制,适用于实际无法测量上界值的情况。(This procedure is based on the RBF neural network to learn the upper bound of adaptive sliding mode control, can not be applied to the actual measurement of the upper bound values.)
    2008-04-25 19:53:39下载
    积分:1
  • FinalControlKnots
    应用多元高斯声束叠加方法建立粉末合金构件的声场模型(sound field simulation sound field simulation sound field simulation )
    2012-05-03 21:06:58下载
    积分:1
  • fractal-use
    分形的练习一 ①Koch曲线 用复数的方法来迭代Koch曲线 clear i 防止i被重新赋值 A=[0 1] 初始A是连接(0,0)与(1,0)的线段 t=exp(i*pi/3) n=2 n是迭代次数 for j=0:n A=A/3 a=ones(1,2*4^j) A=[A (t*A+a/3) (A/t+(1/2+sqrt(3)/6*i)*a) A+2/3*a] end plot(real(A),imag(A)) axis([0 1 -0.1 0.8]) ②Sierpinski三角形 A=[0 1 0.5 0 0 1] 初始化A n=3 迭代次数 for i=1:n A=A/2 b=zeros(1,3^i) c=ones(1,3^i)/2 A=[A A+[c b] A+[c/2 c]] end for i=1:3^n patch(A(1,3*i-2:3*i),A(2,3*i-2:3*i), b ) patch填充函数 end (Fractal Exercise One The ① Koch curve Plural iteration Koch curve clear i to prevent i is reassigned A = [0 1] initial A is a connection (0,0) and (1,0) of the segments t = exp (i* pi/3) n = 2 n is the number of iterations for j = 0: n A = A/3 a = ones (1,2* 4 ^ j) A = [A (t* A+ a/3) (A/t+ (1/2+ sqrt (3)/6* i)* a) A+2/3* a] end plot (real (A), imag (A)) axis ([0 1-0.1 0.8])   ② Sierpinski triangle A = [0 1 0.5 0 0 1] initialized A n = 3 the number of iterations. for i = 1: n A = A/2 b = zeros (1,3 ^ i) c = ones (1,3 ^ i)/2 A = [A A+ [c b] A+ [c/2 c]] end for i = 1:3 ^ n patch (A (1,3* i-2: 3* i), A (2,3* i-2: 3* i), b ) patch filled function end)
    2013-03-02 10:03:09下载
    积分:1
  • DIPexp6
    Matlab的图像处理工具箱中图像复原函数的比较 (Matlab Image Processing Toolbox Image Restoration function in comparison)
    2007-11-14 13:39:09下载
    积分:1
  • Field_II_PC7
    Matlab FieldII for windows.版本7.2(Windows that runs Matlab 7.10, 32 and 64 bits Field_II_PC7.zip )
    2011-12-20 16:29:32下载
    积分:1
  • iir-filter-design
    iir滤波器设计,包括 脉冲不变法和双线性变换法等等等(iir filter design)
    2013-12-22 11:06:33下载
    积分:1
  • 696518资源总数
  • 104622会员总数
  • 14今日下载