搜索资源列表
CrossProduct
- 有关数学计算——点积 适合于计算图形,尤其多边形计算方面,英文网页-the mathematical calculations -- for the plot point in the calculation of graphics, particularly polygon calculations, the English website
areanav
- interactive area plot
actx_excel
- 一个matlab中读取excel文件的例子,并且以plot的形式显示-read a document excel example, and to demonstrate the plot
plotfft
- % Descreption: % This function is specially used to plot the FFT of % the discrete signal % Author: ALLEN %
pulse
- figure 4.2a single pluse 3-D uncertainty plot pulsewidth is 2 seconds。 Figure 4.2b. Contour plot corresponding to Fig. 4.2a. Figure 4.2c. Single pulse 3-D ambiguity plot. Pulsewidth is 2 seconds. Figure 4.2d. Contour plot corresponding to Fig. 4.2c.
D-INSAR.PLOT
- 根据D-InSAR测量的变形数据绘制地表变形曲线图
voxelizer-v1.1.zip
- 这个Matlab程序,可以从.OBJ文件中读取三维模型,并转换成单元体表示。同时提供了一个绘图plot函数,来可视化三维物体。 ,The Matlab program can be. OBJ file to read three-dimensional model, and converted into cell precursors express. At the same time provides a mapping function plot to visualization of t
matlab
- 以数据的第一列做横坐标,其他做纵坐标来作图。 还有我自己做的matlab的ppt-The first column of data to do horizontal, vertical coordinates to plot the other to do. And myself to do the ppt matlab
relation_between_particle_number_and_error
- 粒子滤波中粒子数与误差关系,plot the relation between the particle number and error-Particle filter in the relationship between particle number and error, plot the relation between the particle number and error
ColourChange
- 彩色变换:对给定的一幅RGB原始图像(如bmp格式),给出并显示该图的R、G、B单色图像,绘制R、G、B图像各自的直方图;将RGB方式转换为HIS方式,再给出并显示该图的HIS三个分量的图像。-Colour change: given an RGB on the original image (such as bmp format) and displays the map given R, G, B color image, draw R, G, B histogram of each ima
plot
- 在matlab中,可以实现plot画图的透明化,具有实际意义-In matlab, plot drawing of transparency can be achieved with practical significance
A2008
- awimg=rgb2gray(im1) tic [accum, circen, cirrad] = CircularHough_Grd(rawimg, [20 30],5,50) circen toc figure(1) imagesc(accum) axis image title( Accumulation Array from Circular Hough Transform ) figure(2) imagesc(rawimg) co
visible_band_histogra
- 画出一幅图的可视频带和三原色的直方图.用于图形图像处理方面。-it can plot the scatter visible band of truecolour image. it also can analyze its histgoram in R,G,B, respectively.
MATLAB-image-plot-
- 里面详细介绍了如何运用matlab来作图,希望对大家能有所帮助。-Which detailed how to use matlab to plot, in the hope that we can help.
CplusplusBitmapLibrarySourceCodeandExamples
- Descr iption The C++ Bitmap Library consists of simple, robust, optimized and portable 24-bit bitmap image processing algorithms for the C++ language. Capabilities The library has the following capabilities: Read/Write 24-bit Bitmap I
plot
- 使用sift+RANSAC完成两幅图像的特征提取和匹配,并将较小图像区域在另一幅中用方框圈出来。运行plot.m。-This code uses sift and RANSAC to extract features of two images and then finds and marks the smaller image in the other image.run plot.m
MATLAB载入txt数据并绘制其图的代码
- txt数据在MATLAB里载入并plot绘图,含数据(txt)文件(Txt data is loaded in MATLAB and plot graphics, including data (txt) files)
function plot
- 绘制函数的图形 1) x~[0, 30] 2) x,y~[-2, 2] % 二维曲线 x = 0:30; % 冒号的功能… y = exp(-x/10).*sin(x); % 向量运算,点号的功能 plot(x, y) % 绘制二维曲线
plot画图实例
- 在matlab中,使用plot画图实例,能熟练掌握使用plot进行画图(In MATLAB, use the plot drawing example)
plot画图断开坐标code
- 写文章时常常遇到要画一个图,但有效信息只有一点点,中间有大量的0值,这时需要把坐标轴断开显示,本程序配合MATLAB的plot函数,能够实现美观化处理,是写文章的必备技巧!(When writing an article, you often encounter a picture to draw, but the effective information is only a little. There are a large number of 0 values in the middle.