搜索资源列表
paintline
- 一个简单的在figure中用鼠标画直线的例子。最终是想在matlab环境下编一个用鼠标画贝塞尔曲线的程序,现在正在研究中。
ex1
- 计算机图形学中用“中点画线法”和“Bresenham算法”实现画直线和圆弧的扫描转换算法(matlab实现)
cad
- 读取ato-cad的dxf格式的文件得到图中的点、直线、圆、椭圆、圆弧数并改变颜色然后生成新文件-Ato-cad to read the dxf file to be the point chart, line, round, oval, arc few and change color and then create a new document
Bresenham_Line
- 使用MATLAB 6.5开发,扫描线算法画直线-The development of the use of MATLAB 6.5, draw a straight line scan line algorithm
MidpointLine
- 使用MATLAB 6.5开发,DDA算法画直线-MATLAB 6.5 to develop the use of, DDA draw a straight line algorithms
MidpointLine2
- 使用MATLAB 6.5开发,DDA算法画直线-MATLAB 6.5 to develop the use of, DDA draw a straight line algorithms
matlab
- 处理实验数据绘制图形时,进行进行数据的拟合,可以修改拟合阶次。一阶拟合就是直线-Drawing graphics data processing, data fitting, can modify the fitting order. The first-order fitting is a straight line
ellipseReflection
- 计算以a,b为轴长,(x,y)位原点的椭圆,关于y=kx+n直线的反射变换图形(Calculate the ellipse with a, B as axis length, (x, y) bit origin, and the reflection transformation graph about the y=kx+n line)