搜索资源列表
Houghmatlab
- 包括进行标准Hough变换,检测Hough变换中的n个峰值,并提取峰值直线像素点,绘制直线等
MyDraw
- 计算机图形学实验中综合使用鼠标、菜单、橡皮条等交互技术实现直线、圆和矩形等基本图形的绘制
现代统计学与SAS应用
- 本书共分6篇,第1篇统计学基础知识与SAS软件应用技巧,介绍了统计学的基本概念和学习方法、试验设计入门、统计描述、SAS软件应用入门、编写SAS实用程序的技巧、单变量统计分析和利用SAS/GRAPH模块绘制常用统计图的方法。第2篇试验设计与定量资料的统计分析,介绍了与t检验、非参数检验和各种方差分析有关的试验设计和数据处理方法。第3篇试验设计与定性资料的统计分析,介绍了处理二维及高维列联表资料的各种统计分析 方法,包括卡方检验、Fisher的精确检验、典型相关分析、logistic回归模型和对数
YANG
- 交互式绘图,用橡皮筋法来绘制直线,圆,矩形框。-Interactive graphics, with the rubber band method to draw a straight line, circle, rectangle.
array_antenna
- 压缩包程序一共4个,一个主程序,是绘制天线的均匀直线阵的极坐标图和三维立体图,程序附有中文解释。另外3个程序是,均匀直线阵的工程应用:边射阵、普通端射阵、强方向性端射阵。-Procedures for a total package 4, a main program, is the preparation of the uniform linear array antenna of the polar map and three-dimensional map, with the Chines
BresenhamsLinePlottingAlgorithm
- 让您使用布雷森汉姆直线算法绘制线。使用回调来使用自定义像素绘图功能-Allows you to draw the line using Bresenham' s line algorithm. The use of callbacks, allowing you to use a custom pixel graphics
fenduanhanshu
- 实现分段函数的图形绘制,包括三角函数,直线等。对于初学者有一定的引导作用。-To achieve sub-function graphics rendering, including trigonometric functions, linear, etc.. For beginners there is a certain guide.
Least_quare_straight_line_Fit
- c#最小二乘法直线拟合,任意点的数目,求出最佳拟合直线方程并绘制-c# least squares linear fit
hafu
- 利用hough变换函数求取5条最长的直线方程,并重新绘制这5条曲线——hafu.m-Hough transform function used to obtain five longest straight line equation, and re-draw the five curves- hafu. M
Bresenham
- bresenham直线算法,可实现8方向的直线绘制-bresenham line algorithm can achieve 8 to draw a straight line direction
bresenham
- matlab绘制bresenham直线,中线画直线,DDA画直线。-matlab draw bresenham line, middle drawing a straight line, DDA line drawing.
chap8
- 雷达系统8,生成一个均匀直线阵,并绘制仿真曲线-Radar system, to generate a uniform linear array, and draw the simulation curve
plotSmithChart
- 史密斯图(Smith chart)是一款用于电机与电子工程学的图表,主要用于传输线的阻抗匹配上。在复平面上采用双线性变换。实部 r=常数和虚部 x=常数,两族正交直线变化为正交圆并与反射系数|G|=常数和虚部x=常数套用而成。本文档通过MATLAB来编写程序,绘制一个完整的SMITH圆图-Smith figure (Smith chart) is a for electrical and electronic engineering chart, mainly for the transmiss
CPP
- C++绘图代码,绘制矩形,圆,三角形,直线,折线等较简单的平面图形-C++ drawing code to draw a rectangle, circle, triangle, straight lines, polylines, and other relatively simple plane figure
PID
- PID模糊小车直线控制,用MATLAB编写,运行后绘制小车运动轨迹-PID fuzzy car straight-line control, using MATLAB, and run after drawing the car trajectory
dRAW
- 小型绘图系统,可以实现矩形,直线,圆形等图形绘制-Small drawing system, drawing rectangles, lines, circular
HUITU
- 实现简单的绘图,例如绘制直线,矩形,圆等。还能实现填色。-Simple graphics, such as drawing lines, rectangles, circles and so on. Can achieve fill.
zouyang
- 在VC++6.0中,利用吴的反走样算法绘制任意斜率的直线。-In vc++ 6.0, the use of wu anti-aliasing algorithm to draw any slope of the straight line
MATLAB绘制圆形并填充斜线
- 绘制圆形并填充斜线,可自定义圆的半径, 定义直线的倾角,角度值(-90°至90°),定义直线的间距(Draw round and populate the slash, customizable round radius, define the line Angle,)
MATLABB
- MATLAB绘制栅格化地图 %创建具有障碍物的栅格地图 %矩阵中0代表黑色栅格 a = ones(20); a(3,3:7)=0; a(3:10,7)=0; a(10,3:7)=0; a(17,13:17)=0; a(10:17,13)=0; a(10,13:17)=0; a(14,15)=0; b = a; %disp(a(end,end)); b(end+1,end+1) = 0; %disp(b); colormap([0 0 0;1 1 1]); % 创建颜色 %disp(size