-
GUI-drawing-board
Matlab鼠标画图,用pop-up menu选择画图标记,颜色edit记录鼠标坐标
但是功能比较简单,只能画线,不能画矩形、椭圆等
其中一个难点就是:拖动鼠标的过程中如何显示矩形/椭圆的轮廓,并且轮廓跟着鼠标指针移动。
程序的亮点:
1、可选择点、线、矩形、椭圆进行画图;
2、可选择marker、LineTyple进行画图;
3、可选择画图颜色;
4、可实时显示鼠标指针当前坐标;
5、可清除画板;
6、可保存画好的图(bmp、jpg、gif);
7、操作比较人性化,模仿了windows画板;
8、该程序牵涉的面广,是一个很好的GUI学习资料。
(Matlab mouse drawing, with the pop-up menu select the drawing marks, color edit record mouse coordinates, but relatively simple function, can only draw a line, not drawing rectangles, ellipses, etc. One of the difficulties is this: how the process of dragging the rectangle/oval contours, and outline follow the mouse pointer moves. Program Highlights: 1, select point, line, rectangle, ellipse for drawing 2, optional marker, LineTyple the drawing 3, choose paint colors 4, real-time display the current coordinates of the mouse pointer 5, to clear the drawing board 6, save-drawn map (bmp, jpg, gif) 7, operation more user-friendly, imitating the windows drawing board 8, the program involved a wide range, the GUI is a good learning materials.)
- 2010-11-10 21:51:39下载
- 积分:1
-
Root-MUSIC
This code realize the root_music algorithm
- 2013-01-03 17:21:51下载
- 积分:1
-
filter.dr
【无人驾驶传感器之64线激光雷达】
velodyne hdl64es2 64线激光雷达点云数据处理之角分割与滤波方法([64 line laser radar sensor of the unmanned]
angle velodyne hdl64es2 64 lines LIDAR point cloud data processing method of segmentation and filtering)
- 2013-12-02 14:14:59下载
- 积分:1
-
time_dealy2
延时求和算法,DOA算法,空间波束方向,面阵列,线阵列,原创(time delay algorithm)
- 2015-09-21 19:22:36下载
- 积分:1
-
fortran
卫星轨道预测模型SGP的matlab源代码,经过了验证,可行!(SGP satellite orbit prediction model of the matlab source code, after verification, viable!)
- 2009-06-22 19:19:13下载
- 积分:1
-
turbo-source
turbo码的编译码实现,经典程序。工具:matlab(turbo codes‘s coding and decoding )
- 2020-12-09 11:39:19下载
- 积分:1
-
fractal
matlab程序画图,常见分形图,function cantor(A,B)
c=1
p=0
figure
hold on
plot([A(2) B(2)],[A(1) B(1)], r* )
while norm(A(1,:)-B(1,:))>=1
C=[] D=[]
for i=1:size(A,1)
a=A(i,:)+(B(i,:)-A(i,:))/3
b=A(i,:)+2*(B(i,:)-A(i,:))/3
C=[C A(i,:) b]
D=[D a B(i,:)]
end
A=C
B=D
p=p+1 (matlab program drawing, common fractal images
function cantor(A,B)
c=1
p=0
figure
hold on
plot([A(2) B(2)],[A(1) B(1)], r* )
while norm(A(1,:)-B(1,:))>=1
C=[] D=[]
for i=1:size(A,1)
a=A(i,:)+(B(i,:)-A(i,:))/3
b=A(i,:)+2*(B(i,:)-A(i,:))/3
C=[C A(i,:) b]
D=[D a B(i,:)]
end
A=C
B=D
p=p+1 )
- 2013-03-02 09:54:38下载
- 积分:1
-
062693-01
说明: 实现小波变换,教程文件的全资料详解,可配合教材一起使用(Realization of wavelet transform)
- 2021-01-19 20:45:45下载
- 积分:1
-
FEMmatlab
Problem of plane-wave reflection by and transmission through an inhomogeneous dielectric slab. Solution through the finite element solution (FEM) and comparing it with
the exact solution and plot the results.
- 2012-03-23 06:25:25下载
- 积分:1
-
QPSK
该程序源代码实现了matlab通信系统性能的仿真,调制方式QPSK仿真(The source code implements communication system simulation matlab, modulation QPSK simulation)
- 2010-05-21 20:08:25下载
- 积分:1