搜索资源列表
radon_ambiguity
- %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
grs2rgb
- 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
grs2rgb
- Convert grayscale images to RGB using specified colormap.
matlab_colormap
- 可以将图的颜色在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
matlab-colormap
- 实现彩色作图,可实现不同frame累计,并进行插值-Color mapping can be accumulated to achieve a different frame, and interpolation
chap04
- 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
bipolar
- Symmetricdivergingbipolar cold-neutral-hot colormap
plot3k
- 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
quiverc
- 在这个更新的代码,新功能,包括colorbar,samesize包括向量plottting... %更新版本$日期:5月18日,2011年由梁枯盎斯蒂文斯技术学院 %更新1:更改int8到Int16的colormap的是,当电流超过64个大,这将导致错误 %更新2:加入 samesize 为使所有的向量samesize %更新3:添加colorbar相应的开方的幅度(ü^2+ V键^ 2) %更新4:错误修复,当你为h = quiverc,这是行不通的。 ----
Matlabuseofcolour
- Matlab 颜色的使用 colorbar colormap-Matlab use of colour
bipolarwew
- Symmetricdivergingbipolar cold-neutral-hot colormap
elementaryCellularAutomsdata
- Symmetricdivergingbipolar cold-neutral-hot colormapة
colormapconcatenate
- 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
Video-display-and-read-write
- 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
conv-ex
- Convert the colormap to a grayscale colormap on a GPU. Note how the example pass the colormap to the gpuArray function.
Android-BotControl-rev1
- 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
cm_and_cb_utilities
- matlab code for COLORMAP and COLORBAR utilities (Jul 2014)
hist
- 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,
Colormap
- 输入为不同的权值,程序根据权值生成各种类型的colormap的值-Enter a different weight, the program type is generated based on the weight of the value of colormap
linspecer
- 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(