CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - subplot

搜索资源列表

  1. subplot

    0下载:
  2. 用subplot分别在不同的坐标系下作出下列四条曲线,为每幅图形加上标题-subplot were used in different coordinate system to the following four curves for each piece of the title with graphics
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:9.4kb
    • 提供者:淡林
  1. wavelift

    0下载:
  2. 暂时只支持jpeg2000支持的 cdf97 和spline53 可以这样来测试: x=imread( E:\\study\\jpeg2000\\images\\lena.tif ) % see the decomposition coefficients y=wavelift(x, 1, spl53 ) using spline 5/3 wavelet figure subplot(1,2,1) imshow(x) subplot(1,2,2) imshow(mat2g
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:6.3kb
    • 提供者:余庆红
  1. subplot

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

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

    0下载:
  2. %This is a simple function that resamples the image %at a different pixel size function nimg = imresample(oldpixsize,img,newpixsize,intmethod) % This function resamples the images at the new grid points % defined by the new pixel sizes. It
  3. 所属分类:matlab例程

    • 发布日期:2010-09-10
    • 文件大小:1.67kb
    • 提供者:whitewalter
  1. 对图像进行YCbCr分解

    0下载:
  2. rgb=imread('lena.png'); YCbCr=rgb2ycbcr(rgb); subplot(221),imshow(rgb),title('image'); Y=YCbCr(:,:,1); Cb=YCbCr(:,:,2); Cr=YCbCr(:,:,3); ycbcrmap(:,:,1)=Y; ycbcrmap(:,:,2)=128; ycbcrmap(:,:,3)=128; subplot(222),imshow(Y),title('Y'); ycbcrma
  3. 所属分类:matlab例程

    • 发布日期:2014-11-13
    • 文件大小:313byte
    • 提供者:liudaixin
  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. forplot

    0下载:
  2. 根据多行三列的实验数据(x,y,signal)作出contourf图。其中x,y为二位空间位置(或其他概念的二维),signal为在该位置的信号。此代码先将数据按位置不同求平均,再将signal按照其对应的x,y分配到二位矩阵内。最后作图。编这个代码的初衷是为了制作大脑hippocampus区域place cell 活动性的contour 图。-it s a code i made for plotting a contour graph of experimental data (x,y,si
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:640byte
    • 提供者:lang yiran
  1. subplot

    0下载:
  2. 显示图像,可同时显示多福图像,并可用title标注说明-subplot
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:3.34kb
    • 提供者:qujingying
  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. mini2

    0下载:
  2. clear all clc t=0:1/1000:10-1/1000 s=sin(2*pi*t) snr=20 s_power=var(s) varience of s linear_snr=10^(snr/10) factor=sqrt(s_power/linear_snr) noise=randn(1,length(s))*factor x=s+noise Ó É SNR¼ Æ Ë ã 
  3. 所属分类:matlab

    • 发布日期:2017-03-25
    • 文件大小:609byte
    • 提供者:dasu
  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. yuyinshiyu

    0下载:
  2. 语音信号处理 时域分析 短时能量 短时平均过零率 短时自相关函数- a=wavread( beifeng.wav ) subplot(6,1,1),plot(a) N=32 for i=2:6 h=linspace(1,1,2.^(i-2)*N);
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:89.63kb
    • 提供者:qianping
  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. tight_subplot

    0下载:
  2. tigth subplot in figures
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:1.76kb
    • 提供者:wal
  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. CalcFigurePosition

    0下载:
  2. Arrange figures on the screen like what subplot does, except that you can maximize each figure and have a better zoom. Strongly Recommended ... Written by: Hamid Shiri
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:236.11kb
    • 提供者:Hamid
  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. MatchFilterLFM

    0下载:
  2. 高分辨率雷达 距离向压缩算法滤波器设计 三种方法 全面设计-clc clear all close all 2013年9月28日 ---------------参数---------- Tr=42e-6 fs=9.5e6 K=0.7e11 Nfft=2048 -------------匹配滤波 时域生成-------------- t=(-Tr/2+1/fs:1/fs:Tr/2-1/fs) w = kaiser(length
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:818byte
    • 提供者:beautyheart
  1. subaxis

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

    • 发布日期:2017-04-14
    • 文件大小:3.55kb
    • 提供者:sswtechnology
« 12 »
搜珍网 www.dssz.com