搜索资源列表

  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. 所属分类:其它资源

    • 发布日期: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(
  3. 所属分类:其它资源

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

    0下载:
  2. 先确定二分法的上下两个端点值,这个在figure的subplot(121)中确定。 然后进行循环求解。 -confirmed dichotomy in the next two endpoint value, The figure in the subplot (121) identified. Then cycle solution.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1.14kb
    • 提供者:saifu
  1. pthoto1

    0下载:
  2. subplot(2,2,1) imshow(I) title( 原始图象 ) subplot(2,2,2) imshow(BW1) title( prewitt 边缘检测后的图象 ) subplot(2,2,3) imshow(BW2) title( canny 边缘检测后的图象 ) subplot(2,2,4) imshow(BW3) title( sobel 边缘检测后的图象 ) -subplot (2,2, 1)
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:2.58kb
    • 提供者:阿强
  1. newnethodotsu

    0下载:
  2. 一个新设计的OTSU算法,使用方法如下:% load clown % subplot(221) % imshow(X/max(X(:))) % title( Original , FontWeight , bold ) % for n = 2:4 % Iseg = otsu(X,n) % subplot(2,2,n), colormap(gray) % imshow(Iseg) % title([ n
  3. 所属分类:图形图像处理(光照,映射..)

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

    0下载:
  2. 在命令窗输入如下内容就得到图形了: [t,x]=ode45( godhua ,[0,10],[0,0,0,1]) subplot(131) plot(t,x(:,4)) xlabel( t ) ylabel( y ) subplot(132) plot(t,x(:,1)) xlabel( t ) ylabel( v ) subplot(133) plot(t,x(:,2)) xlabel( t ) ylabel(
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:3.42kb
    • 提供者:胡松林
  1. subplot

    0下载:
  2. Matlab绘制子图函数的使用,Matlab绘制子图函数的使用
  3. 所属分类:其它资源

    • 发布日期: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 % defi
  3. 所属分类:matlab例程

    • 发布日期:2010-09-10
    • 文件大小:1.67kb
    • 提供者:whitewalter
  1. 直接卷积

    0下载:
  2. title('xn'); subplot(2,2,2) plot(yn); title('直接卷积'); subplot(2,2,3) plot(yn1); title('filter函数'); subplot(2,2,4) plot(y3); title('iir计算');
  3. 所属分类:其它文档

    • 发布日期:2010-12-16
    • 文件大小:60.5kb
    • 提供者:zhj891102
  1. An Introduction to Matlab

    0下载:
  2. 1 MATLAB 2 2 Starting Up 2 2.1 Windows Systems . . . . . . . . . . 2 2.2 Unix Systems . . . . . . . . . . . . . 2 2.3 Command Line Help . . . . . . . . . 2 2.4 Demos . . . . . . . . . . . . . . . . . 3 3 Matlab as a Calc
  3. 所属分类:其他书籍

    • 发布日期:2012-02-26
    • 文件大小:856.78kb
    • 提供者:taffy320
  1. matlab绘图的函数

    0下载:
  2. matlab绘图函数详细介绍,包括绘制图的颜色、符号函数等。
  3. 所属分类:文档资料

  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例程

    • 发布日期:2024-11-22
    • 文件大小:9kb
    • 提供者:淡林
  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) s
  3. 所属分类:matlab例程

    • 发布日期:2024-11-22
    • 文件大小:6kb
    • 提供者:余庆红
  1. 2fdb

    0下载:
  2. 先确定二分法的上下两个端点值,这个在figure的subplot(121)中确定。 然后进行循环求解。 -confirmed dichotomy in the next two endpoint value, The figure in the subplot (121) identified. Then cycle solution.
  3. 所属分类:其他小程序

    • 发布日期:2024-11-22
    • 文件大小:1kb
    • 提供者:saifu
  1. newnethodotsu

    0下载:
  2. 一个新设计的OTSU算法,使用方法如下:% load clown % subplot(221) % imshow(X/max(X(:))) % title( Original , FontWeight , bold ) % for n = 2:4 % Iseg = otsu(X,n) % subplot(2,2,n), colormap(gray) % imshow(Iseg) % title([ n
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-11-22
    • 文件大小:2kb
    • 提供者:yemaoqiu
  1. 1

    0下载:
  2. 在命令窗输入如下内容就得到图形了: [t,x]=ode45( godhua ,[0,10],[0,0,0,1]) subplot(131) plot(t,x(:,4)) xlabel( t ) ylabel( y ) subplot(132) plot(t,x(:,1)) xlabel( t ) ylabel( v ) subplot(133) plot(t,x(:,2)) xlabel( t ) ylabel(
  3. 所属分类:文档资料

    • 发布日期:2024-11-22
    • 文件大小:3kb
    • 提供者:胡松林
  1. subplot

    0下载:
  2. Matlab绘制子图函数的使用,Matlab绘制子图函数的使用-Matlab rendering the use of subgraph function, Matlab mapping function using subgraph
  3. 所属分类:matlab例程

    • 发布日期:2024-11-22
    • 文件大小:2kb
    • 提供者:expert_12345
  1. untitled

    0下载:
  2. A bandpass signal is defined by clear all t=-10:0.06:10 m=3*(cos(2*pi*10*t)+4*sin(2*pi*20*t)) x=6*m.*cos(2*pi*100*t) f0=100 fmax=100 NSamples=256 Amplitude Response plot of x(t) figure(1
  3. 所属分类:编程文档

    • 发布日期:2024-11-22
    • 文件大小:77kb
    • 提供者:naresh
  1. subplot

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

    • 发布日期:2024-11-22
    • 文件大小:3kb
    • 提供者:qujingying
  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
  3. 所属分类:matlab例程

    • 发布日期:2024-11-22
    • 文件大小:74kb
    • 提供者:ychy
« 12 3 4 »

源码中国 www.ymcn.org