博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
十个不可不看的Matlab GUI
阅读量:4181 次
发布时间:2019-05-26

本文共 1252 字,大约阅读时间需要 4 分钟。

截止到2012年6月2日,MatlabCentral上一共有1743个与"gui"有关的program。经过浏览前800个,选出以下比较有趣的程序。其中大部分没有经过测试,有可能无法使用或者功能不够理想,但至少可以作为一个starting point 吧。

Algorithms:

  1. Fisher Matrix Toolbox:  
  2. CameraGUI:  
  3. Image segmentation - multiscale energy-based level sets:  
  4. Superresolution Demo:  
  5. Cubic Spline Smooth:
  6. Active contour platform:
  7. Hardware accelerated 3D viewer for MATLAB:
  8. B-splines:
  9. SVM Demo:
  10. Robust Face Recognition via Sparse Representation:
  11. B-spline Grid, Image and Point based Registration (multi-threaded mex):
  12. Toolbox Sparse Optmization:
  13. Matlab Offscreen Rendering Toolbox using OpenGL:
  14. Parallel Communication for MATLABPOOL:
  15. matlab GUI for image restoration using winer filter and spectral representation:

Interacting with other platform

  1. GetJFrame - Retrieves a figure's underlying Java frame:
  2. getHWnd - retrieve the underlying Windows handle for Matlab figure(s):
  3. UICOMPONENT - expands uicontrol to all Java classes:
  4. latextableassist - simple GUI to make formatted LaTeX tables from arrays:
  5. fig2texPS - Export Matlab Figure to LaTeX:
  6. TeX Editor:
  7. Textscantool:
  8. Send email using CDO:
  9. SendMailGUI:
  10. Integrating MATLAB with C#:

Funcy GUIs and interesting functions

  1. Google Earth Toolbox:
  2. Run-time instant debug mode:
  3. Karaoke:
  4. Auto scroll GUI:
  5. Mouse Position:
  6. Linked Pan and Zoom:

转载地址:http://mxhai.baihongyu.com/

你可能感兴趣的文章
音频PCM数据存储方式
查看>>
WebRtc 的VAD算法解析
查看>>
音频界的瑞士军刀 --- SoX - Sound eXchange 国外开源音频处理软件介绍(一)
查看>>
WebRTC音频处理流程概述
查看>>
android 编译faad2
查看>>
AAC ADTS格式分析
查看>>
MAC下zsh配置
查看>>
bash 轉移 zsh (oh-my-zsh) 設定心得
查看>>
ndk 静态库使用集锦
查看>>
ios 使用exosip库连接问题
查看>>
Xcode环境下osip,eXosip, openssl的静态库编译方法(编译出来给IOS使用)
查看>>
armeabi-v7a armeabi arm64-v8a
查看>>
X264码率控制总结1——ABR,CQP,CRF
查看>>
X264码率控制总结2——x264码率控制方法概述
查看>>
vs2015打开VS2010的工程时,无法解析的外部符号 __imp___vsnprintf
查看>>
vs2015 编译obs-studio
查看>>
IOS usleep函数导致线程阻塞
查看>>
简析H264分包组包
查看>>
H.264 视频 RTP 负载格式
查看>>
H.264句法和语法总结(一)句法元素的分层结构
查看>>