十个不可不看的Matlab GUI

截止到2012年6月2日,MatlabCentral上一共有1743个与"gui"有关的program。经过浏览前800个,选出以下比较有趣的程序。其中大部分没有经过测试,有可能无法使用或者功能不够理想,但至少可以作为一个starting point 吧。
Algorithms:
SLM - Shape Language Modeling:http://www.mathworks.com/matlabcentral/fileexchange/24443-slm-shape-language-modeling
Fisher Matrix Toolbox: http://www.mathworks.com/matlabcentral/fileexchange/20008-fisher-matrix-toolbox-fisher4cast
CameraGUI: http://www.mathworks.com/matlabcentral/fileexchange/35919-cameragui
Image segmentation - multiscale energy-based level sets: http://www.mathworks.com/matlabcentral/fileexchange/31975-image-segmentation-multiscale-energy-based-level-sets
Superresolution Demo: http://www.mathworks.com/matlabcentral/fileexchange/30488-superresolution-demo
Cubic Spline Smooth: http://www.mathworks.com/matlabcentral/fileexchange/33561-cubicsplinesmoothinv2
Active contour platform: http://www.mathworks.com/matlabcentral/fileexchange/27745-active-contour-platform
Hardware accelerated 3D viewer for MATLAB: http://www.mathworks.com/matlabcentral/fileexchange/32344-hardware-accelerated-3d-viewer-for-matlab
B-splines: http://www.mathworks.com/matlabcentral/fileexchange/27374-b-splines
SVM Demo: http://www.mathworks.com/matlabcentral/fileexchange/28302-svm-demo
Robust Face Recognition via Sparse Representation: http://www.mathworks.com/matlabcentral/fileexchange/30893-robust-face-recognition-via-sparse-representation-implementation
B-spline Grid, Image and Point based Registration (multi-threaded mex): http://www.mathworks.com/matlabcentral/fileexchange/20057-b-spline-grid-image-and-point-based-registration
Toolbox Sparse Optmization: http://www.mathworks.com/matlabcentral/fileexchange/16204-toolbox-sparse-optmization
Matlab Offscreen Rendering Toolbox using OpenGL: http://www.mathworks.com/matlabcentral/fileexchange/25071-matlab-offscreen-rendering-toolbox
Parallel Communication for MATLABPOOL: http://www.mathworks.com/matlabcentral/fileexchange/26663-parallel-communication-for-matlabpool
matlab GUI for image restoration using winer filter and spectral representation: http://www.mathworks.com/matlabcentral/fileexchange/25833-matlab-gui-for-image-restoration-using-winer-filter-and-spectral-representation
Interacting with other platform
GetJFrame - Retrieves a figure’s underlying Java frame: http://www.mathworks.com/matlabcentral/fileexchange/15830-getjframe-retrieves-a-figures-underlying-java-frame
getHWnd - retrieve the underlying Windows handle for Matlab figure(s): http://www.mathworks.com/matlabcentral/fileexchange/16743-gethwnd-retrieve-the-underlying-windows-handle-for-matlab-figures
UICOMPONENT - expands uicontrol to all Java classes: http://www.mathworks.com/matlabcentral/fileexchange/14583-uicomponent-expands-uicontrol-to-all-java-classes
latextableassist - simple GUI to make formatted LaTeX tables from arrays: http://www.mathworks.com/matlabcentral/fileexchange/32910-latextableassist-simple-gui-to-make-formatted-latex-tables-from-arrays
fig2texPS - Export Matlab Figure to LaTeX: http://www.mathworks.com/matlabcentral/fileexchange/25298-fig2texps-export-matlab-figure-to-latex
TeX Editor: http://www.mathworks.com/matlabcentral/fileexchange/11946-tex-editor
Textscantool: http://www.mathworks.com/matlabcentral/fileexchange/16075-textscantool
Send email using CDO: http://www.mathworks.com/matlabcentral/fileexchange/29421-send-email-using-cdo
SendMailGUI: http://www.mathworks.com/matlabcentral/fileexchange/19510-sendmailgui
Integrating MATLAB with C#: http://www.mathworks.com/matlabcentral/fileexchange/12987-integrating-matlab-with-c
Funcy GUIs and interesting functions
Google Earth Toolbox: http://www.mathworks.com/matlabcentral/fileexchange/12954-google-earth-toolbox
Run-time instant debug mode: http://www.mathworks.com/matlabcentral/fileexchange/35386-run-time-instant-debug-mode
Karaoke: http://www.mathworks.com/matlabcentral/fileexchange/35466-karaoke
Auto scroll GUI: http://www.mathworks.com/matlabcentral/fileexchange/34546-auto-scroll-gui
Mouse Position: http://www.mathworks.com/matlabcentral/fileexchange/33107-mouse-position
Linked Pan and Zoom: http://www.mathworks.com/matlabcentral/fileexchange/26282-linked-pan-and-zoom

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/news/490544.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

C++链表插入节点函数为什么要传递头节点的二维指针

C链表插入一个节点的代码如下: struct ListNode {int m_value;ListNode * m_next; };void addListNode(ListNode** pHead, int value) {ListNode * pNew new ListNode();pNew->m_value value;pNew->m_next NULL;if (*pHead NULL){*pHead pNew;}else{Lis…

JAVA学习(十)__MessageFormat用法

MessageFormat用来格式化一个消息,通常是一个字符串,比如: String str "Im not a {0}, age is {1,number,short}", height is {2,number,#.#}; 而MessageFormat可以格式化这样的消息,然后将格式化后的字符串插入到模式…

中国机器人产业发展报告(2019)正式发布!

来源:世界机器人大会2019年8月25日,《中国机器人产业发展报告(2019)》于2019世界机器人大会闭幕式上正式发布,该报告为工业和信息化部2019-2021年财政专项《我国机器人产业发展水平评估体系构建与智能机器人产业链增长…

VS2013提示错误应输入表达式

原因是有些语句的空格为中文输入法下输入的空格,在提示错误的地方附近检查一下空格,最好把那附近的空格都用英文输入法再次输入一次

matlab/ansys协同的一个例子

前段时间找了点Matlab与ANSYS协同工作的资料,在我看来所谓协同是ANSYS将结果写到文件然后Matlab读,或者Matlab写数据到文件ANSYS读,协同是通过读写文件实现的。我找了个瞬态分析的例子,写了APDL,将网上找到的ANSYS结果…

security center拒绝访问_Steam被曝出0day提权漏洞,但厂商拒绝修复

近期,全球流行的Steam游戏客户端被曝出0day提权漏洞,影响全球一亿多Steam用户。该漏洞可让机器上的低权限用户以SYSTEM权限运行程序。这意味着恶意软件很可能利用这个漏洞对受害者的机器进行深度破坏。考虑到Steam是一款总用户1.2亿,日常在线…

赵老师_01

1、赵4 老师 课程,第2课 (VS2010) (Console的 空项目) 1.1、项目-->属性-->配置属性-->C/C -->预编译头:  不使用预编译头 1.2、项目-->属性-->配置属性-->C/C -->代码生成-->基本运行时检查:  默认值 1.3、项…

人工智能第一股“旷视科技”赴港递交IPO材料 半年亏损52亿估值280亿

来源: 人工智能和大数据8月25日,人工智能领域“独角兽”旷视科技正式向港交所递交IPO材料。招股书显示,旷视拟采用“同股不同权”方式上市,“同股不同权”股东为创始人兼CEO印奇以及两位联合创始人唐文斌、杨沐,三人占…

C++中set按降序排序

set一般插入元素时&#xff0c;默认使用关键字类型的< 运算符来比较两个关键字&#xff0c;故一般插入后为升序&#xff0c;举个例子&#xff1a; int main(int argc, char* argv[]) {set<int> s;s.insert(2);s.insert(1);s.insert(3);set<int>::iterator it …

matlab调用ansys-------1

1.版本&#xff1a;MATLAB R2014a ANSYS14.5 / MATLAB R2017a ANSYS17.0 2.思路&#xff1a;将MATLAB中的数据输出到shuju.txt中&#xff0c;用ANSYS读取shuju.txt后将计算计算结果输出到jieguo.txt中并将其返回到MATLAB中进行运算分析。 3.程序&#xff1a;在MATLAB中输入 …

python可以代替plc吗_PLC可以代替安全控制器吗?电气工程师告诉你

导读 国内的企业越来越重视设备的安全防护&#xff0c;可事故却频频发生&#xff0c;这是为什么呢&#xff1f;主要还是源自于大家对于安全防护知识上存在的诸多误区&#xff0c;比如很多人认为&#xff0c;稳定性高、性能强的PLC即可替代安全控制器的作用&#xff0c;其实这就…

php抽象 与接口

抽象方法和抽象类 PHP5支持抽象类和抽象方法。抽象类不能直接被实例化&#xff0c;你必须先继承该抽象类&#xff0c;然后再实例化子类。抽象类中 至少要包含一个抽象方法。如果类方法被声明为抽象的&#xff0c;那么其中就不能包括具体的功能实现。 继承一个抽象类的时候&…

C++ string转字符串

假设有一个string字符串&#xff0c;定义为string s "123"&#xff0c;则以下两种方法均可将其转换为char* s.c_str()s.data() 区别在于data除了返回字符串内容外&#xff0c;不附加结束符’\0’&#xff0c;而c_str()返回一个以‘\0’结尾的字符数组。 注意&…

Nature展示迄今为止最详细的“人脑零部件清单”

来源&#xff1a;中国生物技术网近日&#xff0c;美国艾伦脑科学研究所的一项新研究为我们展示了迄今为止最详细的“人脑零部件清单”&#xff0c;阐明了人类大脑皮层的细胞结构&#xff0c;它对于理解我们的认知能力和对疾病的易感性至关重要。该研究近日已发表在《Nature》上…

matlab调用ANSYS--------2

最近使用ANSYS计算温度场方面的东西&#xff0c;每次都要手动运行&#xff0c;自己处理计算结果。可怜无助的我深感劳累啊&#xff0c;最主要的是怎么能把我宝贵的时间用在重复的劳动中。so&#xff0c;出于懒的需要&#xff0c;查询了一些关于matlab调用ANSYS的资料&#xff0…

beautifulsoup网页爬虫解析_爬虫第三天——初识Xpath

解析神器Xpath&#xff1a;1. 什么是XpathXPath即为XML路径语言&#xff08;XML Path Language&#xff09;&#xff0c;它是一种用来确定XML文档中某部分位置的语言。XPath基于XML的树状结构&#xff0c;提供在数据结构树中找寻节点的能力。起初XPath的提出的初衷是将其作为一…

全球知名大学课件下载地址汇总

本文集合了美国众多知名大学的网上课程课件&#xff0c;不用花一分钱就能获得知名大学的前沿知识&#xff01;聪明的同学早就收藏转发啦 美国大学课件下载地址汇总 1、加州大学伯克利分校http://webcast.berke…

C++将01数组转换为二进制对应的数值

假设有一个32维的01数组array&#xff0c;假设array的值为 01001010001011110100101000101111 如果需要将其转换为用该数组值代表的二进制所对应的数值&#xff0c;即通过该数组得到01001010001011110100101000101111这个int型数值&#xff08;int型有4字节&#xff0c;一共4…

机器人4.0时代来临!四大核心技术助推大规模商用部署

来源&#xff1a;北京物联网智能技术应用协会当前&#xff0c;全球机器人市场规模持续扩大&#xff0c;工业机器人市场增速稳定&#xff0c;服务机器人增速突出。2018 年&#xff0c;全球机器人市场规模达 298.2 亿美元&#xff0c; 2013-2018 年的平均增长率约为 15.1%。 在装…

Chapter2 MSP430硬件结构

1、总架构 MSP430单片机采用冯诺依曼结构&#xff0c;包含16位RISC CPU、存储器、片内外设、时钟系统、仿真系统以及数据总线和地址总线。 2、MSP430X CPU(CPUX) DB    AB          ALU位数 MSP430F1XX 16位  16位(最大寻址64KB) …