CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - matlab subplot

搜索资源列表

  1. subplot

    0下载:
  2. Matlab绘制子图函数的使用,Matlab绘制子图函数的使用
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1.85kb
    • 提供者:expert_12345
  1. matlab

    0下载:
  2. y3k=fft(u,(m+n-2)/4) i=1:(m+n-2)/4 subplot(5,2,9) stem(i,u) title( 滤波后上采样 ) k=1:(m+n-2)/4 subplot(5,2,10) stem(k,y3k) title( 上采样频谱 ) xlabel( k ) ylabel( y3k ) -y3k = fft (u, (m+ n-2)/4) i = 1: (m+ n-2)/4 subplot (5,2,9) s
  3. 所属分类:matlab

    • 发布日期:2017-04-25
    • 文件大小:58.65kb
    • 提供者:zzzl
  1. wavelet1.m.tar

    0下载:
  2. it is a wavelet based code that will create the second order wavelet transform and subplot it in same image as shown in many matlab examples for wavelet transforms-it is a wavelet based code that will create the second order wavelet transform and sub
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:648byte
    • 提供者:piyushbm
  1. regtohsv

    0下载:
  2. reg 转换为 hsv 的matlab源代码 subplot(221) subimage(ph) colorbar xlabel( (a)色调分量图像 ) subplot(222) subimage(ps) colorbar xlabel( (b)饱和度分量图像 ) subplot(223) subimage(pv) colorbar xlabel( (c)亮度分量图像 ) subplot(224) subimage(phsv) colorbar x
  3. 所属分类:matlab

    • 发布日期:2017-03-22
    • 文件大小:74.42kb
    • 提供者:ychy
  1. asymppdc

    1下载:
  2. 这是第一版的AsymPDC工具包。用来处理PDC,gPDC和iPDC有关内容。运行环境为Matlab,并且要求至少Matlab中预装了3个工具箱:控制系统,信号处理和统计工具箱。-This is the first public release of AsympPDC package. It deals with the asymptotic statistics for PDC, gPDC and iPDC. AsympPDC runs under Matlab and is a pra
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:590.19kb
    • 提供者:罗巍巍
  1. mysubplot

    0下载:
  2. 构建自己的subplot函数,比matlab好用多了,自由控制-Build your own subplot function, easy to use more than matlab, free control
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:1.16kb
    • 提供者:Zhaoda
  1. subplot_tight

    0下载:
  2. subplot matlab tool is a new descr iption for make figures
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:485.59kb
    • 提供者:wal
  1. Untitled

    0下载:
  2. a.阅读的图像img_1.tif,img_2.png的文件夹中,并 他们展示于一体,这两个数字分别。 (参考函数:imread, imshow, figure, subplot) b.在matlab,观察从工作区中的图像信息面板 c.分别使用size, imfinfo,whos等功能获得的图像信息 d.添加标题的图像。 (参考函数:title) Ë 。下面的代码实现的M文件编辑器 f=imread(‘img_1.tif’) imshow(f) se
  3. 所属分类:matlab

    • 发布日期:2017-11-18
    • 文件大小:682byte
    • 提供者:王磊
  1. image

    0下载:
  2. MATLAB实用源代码 1.图像反转 MATLAB程序实现如下: I=imread( xian.bmp ) J=double(I) J=-J+(256-1) 图像反转线性变换 H=uint8(J) subplot(1,2,1),imshow(I) subplot(1,2,2),imshow(H) -matlab code
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:2.83kb
    • 提供者:田笑
  1. subaxis

    0下载:
  2. matlab code for Subaxis - Subplot
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3.55kb
    • 提供者:sswtechnology
  1. tight_subplot

    0下载:
  2. matlab code for tight subplot
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:1.69kb
    • 提供者:sswtechnology
  1. tight_subplot

    0下载:
  2. 针对matlab subplot画图时边框空白太多的问题,开发了这个边距可控的函数-focus on the problem of unchangeable distance of the subplot function, the code can realize changeable blank distance
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1.72kb
    • 提供者:ruochen1999
  1. image reversal

    0下载:
  2. 1.图像反转 MATLAB程序实现如下: I=imread('xian.bmp'); J=double(I); J=-J+(256-1); %图像反转线性变换 H=uint8(J); subplot(1,2,1),imshow(I); subplot(1,2,2),imshow(H);(1. image reversal The MATLAB program is implemented as follows: I=imread ('xian.b
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-20
    • 文件大小:34kb
    • 提供者:陌绪
  1. suptitle

    0下载:
  2. matlab绘图,专门对subplot函数所得图像设置一个总的标题(matlab figure, set a total title, used for function subplot)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-30
    • 文件大小:1kb
    • 提供者:tuziyuhua
  1. CODE

    1下载:
  2. 平坦衰落,Matlab仿真程序,平坦衰落信道的MATLAB仿真(subplot(2,1,1),plot(20*log10(abs(h1(1:10000)))))
  3. 所属分类:其他

    • 发布日期:2020-04-12
    • 文件大小:1kb
    • 提供者:cccccccccc123
搜珍网 www.dssz.com