搜索资源列表
colorbar
- 用于在窗口中加载colorbar的IDL源代码
colorbar
- 为所画图像添加color bar ,在处理遥感影像时可以直接调用-The purpose of this routine is to add a color bar to the current graphics window.
newfile5
- 【例6.4-1】本例演示:pcolor , contour, contourf的调用格式;等位线标高指令 clabel 的配合使用和区别;colorbar在用户指定位置上创建着色标尺;subplot子图位置的控制;图形窗背景底色的设置。(图6.4-1)-Example 6.4-1 This example demonstrates: pcolor, contour, contourf' s call format the bit line elevation instruction cl
colorbar.rar
- 这是我自己编写720P colorbar的硬件描述代码,测试代码很简单,在此不再赘述。,This is my own writing 720P colorbar hardware descr iption code, test code is very simple, and not repeat them here.
cbar
- 该verilog 文件输出60hz 1280 *1024分辨率的colorbar,可以直接在vga显示器上显示。-this verilog code generate 60Hz 1280*1024 resolution colorbar,and it can directly displasy on vga monitor.
Colorbar
- 调用colorbar函数,实现点击相应区域,画刷变为相应颜色。即调色板功能,同时还可以手写输入,存储手写输入,载入图片等功能-Call colorbar function, click on the appropriate region to achieve, the brush into the corresponding color. Namely palette functions, but also can be handwritten input, storage handwritin
mycolor
- 多彩的colorbar,用于画图。在地球科学系统中有广泛的应用。-Various colorbars in ploting figures.
1_othercolor
- 更多colorbar可以选择,科研作图可以调用不同颜色的比例尺-More colorbar can be used
TxtBmp
- 通过自己设置colorbar,然后将2位数组成图。在RGB表中选择好颜色,建立自定义cilorbar(在PPt文件中有测试),然后将外部二维数组读入并成图。同时绘制colorbar。-Through their own set colorbar, then 2 digits FIG. Choose a good color in the RGB table, build custom cilorbar (have tested PPt file), then the external two-d
ColorBar
- 对屏幕进行不同颜色的区域划分,滚动的单像素线条主要应用于对高分显示器的像素点进行检测,包括单个像素点的亮点,暗点,坏点以及整体的屛质进行检查。-For high-resolution monitor pixel test.
73
- 小波变换 clc; close all; clear; %构建我们的信号,在500处有一个突变点。 x = zeros(1000,1); x(500) = 1; %进行小波变换 CWTcoeffs = cwt(x,1:128,'haar','plot'); colormap jet; colorbar; %也可以单独看某个尺度的图,CWTcoeffs(10,:)表示尺度为10的cwt值 % CWTcoeffs(10,:)(wavelet transform