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

搜索资源列表

  1. radon_ambiguity

    0下载:
  2. %radon transform clear all % N=800 n=1:N fs=200 t=n/fs x1=exp(j*2*pi*(5*t+0.5*5*t.^2)) x2=exp(j*2*pi*(5*t+0.5*15*t.^2)) x=x1+x2 %N=length(x) % ambifunb(x ) %*****************************************RAT na
  3. 所属分类:matlab例程

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

    0下载:
  2. Overview grs2rgb converts grayscale images to RGB using specified colormap. Usage res = grs2rgb(img) produces the RGB image res from the grayscale image img using the colormap hot with 64 colors. res = grs2rgb(img,map) produces the RGB im
  3. 所属分类:matlab例程

    • 发布日期:2014-01-10
    • 文件大小:256.82kb
    • 提供者:yasaka
  1. grs2rgb

    0下载:
  2. Convert grayscale images to RGB using specified colormap.
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:255.73kb
    • 提供者:Jeff
  1. matlab_colormap

    0下载:
  2. 可以将图的颜色在0位置表现为白色,使用方法为multimap函数,注意将范围设为对称,这样就可以将0设为白色-Can map the location of the performance of the color 0 is white, the use of methods for Multimap function, set the scope of attention to symmetry, this can be 0 is set to white
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:2.51kb
    • 提供者:黄晓冬
  1. matlab-colormap

    0下载:
  2. 实现彩色作图,可实现不同frame累计,并进行插值-Color mapping can be accumulated to achieve a different frame, and interpolation
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:17.34kb
    • 提供者:赵鑫
  1. chap04

    0下载:
  2. matlab实例clearN=100f=zeros(50,50) f(15:35,23:28)=1 figure(1)imshow(f, notruesize )F=fft2(f,N,N) F2=fftshift(abs(F)) figure(2)x=1:N y=1:N mesh(x,y,F2(x,y)) colormap(gray) colorbar-matlab
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:3.85kb
    • 提供者:孙强
  1. bipolar

    0下载:
  2. Symmetricdivergingbipolar cold-neutral-hot colormap
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1.12kb
    • 提供者:rashsoush
  1. plot3k

    0下载:
  2. Generate a 3D point plot of L=(x,y,z) using the values in the vector c to determine the color of each point. If c is empty, then z (column 3 of L) is used to color the plot. The data points are sorted so that plot3 is only called once for each
  3. 所属分类:matlab

    • 发布日期:2017-03-25
    • 文件大小:3.7kb
    • 提供者:Jeff
  1. quiverc

    0下载:
  2. 在这个更新的代码,新功能,包括colorbar,samesize包括向量plottting... %更新版本$日期:5月18日,2011年由梁枯盎斯蒂文斯技术学院 %更新1:更改int8到Int16的colormap的是,当电流超过64个大,这将导致错误 %更新2:加入 samesize 为使所有的向量samesize %更新3:添加colorbar相应的开方的幅度(ü^2+ V键^ 2) %更新4:错误修复,当你为h = quiverc,这是行不通的。 ----
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:4.14kb
    • 提供者:zzskzcau
  1. Matlabuseofcolour

    0下载:
  2. Matlab 颜色的使用 colorbar colormap-Matlab use of colour
  3. 所属分类:matlab

    • 发布日期:2017-05-09
    • 文件大小:1.7mb
    • 提供者:杨伟
  1. bipolarwew

    0下载:
  2. Symmetricdivergingbipolar cold-neutral-hot colormap
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1.13kb
    • 提供者:samiio
  1. elementaryCellularAutomsdata

    0下载:
  2. Symmetricdivergingbipolar cold-neutral-hot colormapة
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:1.78kb
    • 提供者:samor
  1. colormapconcatenate

    0下载:
  2. Using the pcolor knowlegde and colormap concatenation technique to create axes objects with different colormaps-Using the pcolor knowlegde and colormap concatenation technique to create axes objects with different colormaps
  3. 所属分类:matlab

    • 发布日期:2017-11-18
    • 文件大小:1kb
    • 提供者:Dom
  1. Video-display-and-read-write

    0下载:
  2. MATLAB 最常處理的影像格式為索引影像(Indexed Images) 顯示此類型影像的語法如下: image(X) colormap(map) 其中X為影像的資料矩陣,map為色盤矩陣。 色盤矩陣的大小為K×3,每個橫列由三個元素所組成,分別是R(紅) 、G(綠)、B(藍) ,每個元素的範圍為0~1 X的值為1~K,也就是當X(i, j)的值為p,則像素點(i, j) 的顏色為map(p, :)這一列的值所決定。 -MATLAB image forma
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:627.79kb
    • 提供者:王鈺琳
  1. conv-ex

    0下载:
  2. Convert the colormap to a grayscale colormap on a GPU. Note how the example pass the colormap to the gpuArray function.
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:5.8kb
    • 提供者:Gowri
  1. Android-BotControl-rev1

    0下载:
  2. Il existe par ailleurs de nombreuses commandes permettant de contrô ler les palettes de couleurs utilisées pour la représentation graphique, en particulier la commande colormap-Il existe par ailleurs de nombreuses commandes permettant
  3. 所属分类:matlab

    • 发布日期:2017-05-07
    • 文件大小:1.25mb
    • 提供者:said
  1. cm_and_cb_utilities

    0下载:
  2. matlab code for COLORMAP and COLORBAR utilities (Jul 2014)
  3. 所属分类:matlab

    • 发布日期:2017-04-28
    • 文件大小:66.46kb
    • 提供者:sswtechnology
  1. hist

    0下载:
  2. imhist(I,n) displays a histogram with n bins for the intensity image I above a grayscale colorbar of length n. If you omit the argument, imhist uses a default value of n = 256 if I is a grayscale image, or n = 2 if I is a binary image. imhist(X,
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:6.51kb
    • 提供者:abdelali
  1. Colormap

    0下载:
  2. 输入为不同的权值,程序根据权值生成各种类型的colormap的值-Enter a different weight, the program type is generated based on the weight of the value of colormap
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:2.61kb
    • 提供者:sheen
  1. linspecer

    0下载:
  2. Matlab画的线较多时,线的颜色的选取对图的美观是有很大的影响的。 Jonathan C. Lansey 提供了在不同线上画不同颜色简单易用的函数。-Examples demonstrating the colors. LINE COLORS N 6 X linspace(0,pi*3,1000) Y bsxfun(@(x,n)sin(x+2*n*pi/N), X. , 1:N) C linspecer(N) axes(
  3. 所属分类:matlab

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