当前注册人数422803人 邮箱: 密码: 注册新用户 忘记密码
首页 C/C++/MFC C# ASP.NET VB.NET MATLAB Android   站内搜索 下载代码说明/积分规则
为什么要注册?

1. 可以直接免费从本站下载代码,防止邮件发送不到您的邮箱,或登录不了国外网站

2. 可以设定关键字,当有您关心的代码收录时,邮件通知您

3. 对这里的代码进行评分和评论

4. 可以和大家一起分享你的源代码,得到更多的建议

Graphical data selection tool

GUI中图像数据选择及手动修改源代码

2007年12月11日
MATLAB R2006b
本程序实现一个MATLAB辅助工具,你可以借助它,选择plot绘制出的各个图像数据,并且随意拖动它们。另外,它还有两个不同形状任意大小的绘图刷子。你使用这个工具选中点的时候,这些点被高亮,直到释放鼠标。另外你还可以在命令行下面调用这个工具,选择绘制的图像。
相关知识

命令行下面的使用方式:

 Plot two curves, one is data, the second a model. Allow the selection tool (the lasso) to only see the data.

x = 0:.01:1;
y = exp(x);
ydata = y + randn(size(y))/2;

h1 = plot(x,y,'r-');
hold on
h2 = plot(x,ydata,'o');
[pind,xs,ys] = selectdata('sel','lasso','ignore',h1)

源代码原文下载:
Graphical data selection tool Selectdata is a tool that allows the user to graphically select one or more points from a 2-d plot using a variety of graphical tools. You can specify a lasso tool, a paint brush of two shapes and various sizes, an expanding rectangle, or just click near a desired point.

源码图片

点击链接查看大图
从本站下载附件及源代码(1个附件,已经成功下载492次)

最值得关注的外文源代码

Face Recognition
graybox-A pop-up window that doesn't suck
Antialiasing Using Windows GDI
Line Detection via Standard Hough Transform
评论(评论是增加积分的一个有效途径)
字数在300字内
请如实评论
本源代码共评论292次,此处显示最近20次评论! 查看所有评论

stone9119  2021年11月21日
挺不错的。
笛安哥  2021年08月23日
11
snow  2021年08月05日
学习指导
chenxiaowei  2021年02月01日
用了一下,感觉挺适合我的
菜小柴  2018年06月13日
厉害了
870791837  2018年05月18日
看看,学习学习
870791837  2018年05月14日
非常好
870791837  2018年05月11日
不错不错
何事秋风悲画扇  2017年12月15日
挺有用的 哈哈哈哈啊哈和
brizafly  2017年10月14日
学习学习
狼王  2017年09月17日
用了一下,感觉挺适合我的
荔枝酱  2017年09月04日
应该挺好的
yangyangdajia  2017年09月01日
挺好的,很实用
songshuai  2017年07月25日
很棒
断了的弦  2017年05月20日
厉害
燕飞儿1993  2017年05月08日
画不出来图,难过
ubkky  2017年04月05日
万分感谢
不变  2017年04月04日
谢谢
liuxuzhong  2017年03月02日
实用
kuuhaku  2016年12月11日
谢谢
字数在300字内
请如实评论
200万国内源码搜索
CopyRight (C) codesoso.com 2007-2009 All Rights Reserved zhihuishi   免责声明