`
xiaoer_1982
  • 浏览: 1819511 次
  • 性别: Icon_minigender_2
  • 来自: 北京
文章分类
社区版块
存档分类
最新评论

常用GUI操作

 
阅读更多
常用GUI操作

GUI functions.
uicontrol - Create user interface control.
uimenu - Create user interface menu.
ginput - Graphical input from mouse.
dragrect - Drag XOR rectangles with mouse.
rbbox - Rubberband box.
selectmoveresize - Interactively select, move, resize, or copy objects.
waitforbuttonpress - Wait for key/buttonpress over figure.
waitfor - Block execution and wait for event.
uiwait - Block execution and wait for resume.
uiresume - Resume execution of blocked M-file.
uistack - Control stacking order of objects.
uisuspend - Suspend the interactive state of a figure.
uirestore - Restore the interactive state of a figure.


GUI design tools.
guide - Design GUI.
inspect - Inspect object properties.
align - Align uicontrols and axes.
propedit - Edit property.


Dialog boxes.
axlimdlg - Axes limits dialog box.
dialog - Create dialog figure.
errordlg - Error dialog box.
helpdlg - Help dialog box.
imageview - Show an image preview in a figure window.
inputdlg - Input dialog box.
listdlg - List selection dialog box.
menu - Generate menu of choices for user input.
movieview - Show movie in figure with replay button.
msgbox - Message box.
pagedlg - Page position dialog box.
pagesetupdlg - Page setup dialog.
printdlg - Print dialog box.
printpreview - Display preview of figure to be printed.
questdlg - Question dialog box.
soundview - Show sound in figure and play.
uigetpref - Question dialog box with preference support.
uigetfile - Standard open file dialog box.
uiputfile - Standard save file dialog box.
uigetdir - Standard open directory
dialog box.
uisetcolor - Color selection dialog box.
uisetfont - Font selection dialog box.
uiopen - Show open file dialog and call OPEN on result.
uisave - Show open file dialog and call SAVE on result.
uiload - Show open file dialog and call LOAD on result.
waitbar - Display wait bar.
warndlg - Warning dialog box.


Menu utilities.
makemenu - Create menu structure.
menubar - Computer dependent default setting for MenuBar property.
umtoggle - Toggle "checked" status of uimenu object.
winmenu - Create submenu for "Window" menu item.

Toolbar button group utilities.
btngroup - Create toolbar button group.
btnresize - Resize button group.
btnstate - Query state of toolbar button group.
btnpress - Button press manager for toolbar button group.
btndown - Depress button in toolbar button group.
btnup - Raise button in toolbar button group.


Preferences.
addpref - Add preference.
getpref - Get preference.
rmpref - Remove preference.
setpref - Set preference.
ispref - Test for existence of preference.


Miscellaneous utilities.
allchild - Get all object children.
clipboard - Copy and Paste strings to and from system clipboard.
edtext - Interactive editing of axes text objects.
findall - Find all objects.
findfigs - Find figures positioned off screen.
getptr - Get figure pointer.
getstatus - Get status text string in figure.
hidegui - Hide/unhide GUI.
listfonts - Get list of available system fonts in cell array.
movegui - Move GUI to specified part of screen.
guihandles - Return a structure of handles.
guidata - Store or retrieve application data.
overobj - Get handle of object the pointer is over.
popupstr - Get popup menu selection string.
remapfig - Transform figure objects' positions.
setptr - Set figure pointer.
setstatus - Set status text string in figure.
uiclearmode - Clears the currently active interactive mode.
分享到:
评论

相关推荐

    零散MATLAB资料分享-Matlab GUI 菜单和工具栏常用操作.doc

    零散MATLAB资料分享-Matlab GUI 菜单和工具栏常用操作.doc 最近在用MATLAB做一个项目,自然需要查很多东西,在网上搜集了一点资料,并非原创。本着分享的精神,希望能帮助到部分人。 包括以下内容 在...

    基于GUI界面的视频、图片、音频操作

    Guide界面基本操作,Guide的M文件及回调函数的使用, Guide创建GUI 的步骤及常用控件,实现语音信号的采集;实现语音信号的显示与保存 实现语音信号的快放、慢放功能,加噪、去噪功能。利用Guide建立一个matlab GUI ...

    Matlab GUI的菜单和工具栏常用操作.pdf

    。。。

    adb gui 安卓设备调试工具

    adb gui 安卓设备调试工具 Android ADB GUI 与常用命令 安卓设备使用wifi连接windows的虚拟路由器很好用,就是文件管理不方便。使用ADB敲命令太麻烦,就搞个图形化界面,方便不少。绿色运行,双击直接使用

    powergui的功能.doc

    PowerGUI允许用户通过创建和编辑图形化的控制台、模块、脚本和命令集来直观地管理和操作PowerShell脚本。 具体功能包括: PowerShell编辑器:提供强大的代码编辑功能,包括语法高亮、自动完成、错误检查等特性,...

    matlab交互式程序设计示例_MATLABGUI按钮_doctorqss_GUI编程_matlabGUI_

    包含MATLAB GUI设计入门,涵盖的主要内容有MATLAB入门与提高、常用文件操作、MATLAB弹出窗口定义、 Figure图形句柄获取、GUI界面按钮功能介绍及GUI工具栏编辑器,MATLAB GUI设计实战,涵盖的主要内容有GUI常用功能...

    微型嵌入式GUI演示程序

    多数常用GUI控件 99.9% ANSI C 编写 已成功移植 DOS,Linux,uc/OS-II 内置 内存分配模块,满足在 uC/OS-II 等嵌入式环境中 GUI 对 malloc/free 的需求 内置 单个汉字拼音输入法 体积小巧 大小在 100KB~180KB ...

    零散MATLAB资料分享-MATLAB GUI 图标.docx

    Matlab GUI 菜单和工具栏常用操作 Matlab字符串函数汇总 MATLAB GUI 图标 matlab里cell和char,字符串与字符数组 MATLAB 中断问题 MATLAB读写Excel MATLAB中的数据写入函数dlmwrite MATLAB中...

    传智播客_Java培训_毕向东_Java基础[08-GUI]

    传智播客_Java培训_毕向东_Java基础[08-GUI]系黑马程序员_...• 需要记忆一些常用的命令,操作不直观。  举例: • 比如:创建文件夹,或者删除文件夹等 Java为GUI提供的对象都存在java.Awt和javax.Swing两个包中。

    GUI制作的图像处理软件讲义ppt-GUI制作的图像处理软件讲义.ppt

    本文的GUI例子所制作的图像处理软件可以实现的功能有:五种常用的边缘检测、灰度直方图的显示、灰度直方图的均衡化、对比度自适应直方图的均衡化、图片的二值化以及彩色图片的灰度化。文章基本介绍了以上的内容,...

    自己写的论文基于GUI的图像处理软件平台的开发-GUI图像处理软件制作详细介绍论文.rar

    本文的GUI例子所制作的图像处理软件可以实现的功能有:五种常用的边缘检测、灰度直方图的显示、灰度直方图的均衡化、对比度自适应直方图的均衡化、图片的二值化以及彩色图片的灰度化。文章基本介绍了以上的内容,...

    Matlab GUI的菜单和工具栏常用操作.docx

    。。。

    java反编译工具jd-gui.zip

    java反编译工具jd-gui,常用工具,简单易懂操作,反编译效果好。。。。。。。。。。。。。。。。。。。。

    自己写的论文基于GUI的图像处理软件平台的开发-GUI图像处理软件制作详细介绍论文.doc

    本文的GUI例子所制作的图像处理软件可以实现的功能有:五种常用的边缘检测、灰度直方图的显示、灰度直方图的均衡化、对比度自适应直方图的均衡化、图片的二值化以及彩色图片的灰度化。文章基本介绍了以上的内容,...

    MATLAB课程设计--GUI图像处理

    利用matlab的GUI程序设计一个简单实用的图像处理程序。该程序应具备图像处理的常用功能,以满足用户的使用。现设计程序有以下基本功能: 1)图像的读取和保存。 2)设计图形用户界面,让用户能够对图像进行任意的...

    GUI展示数字信号处理的常用功能工具-F_DSP.part2.rar

    GUI展示数字信号处理的常用功能工具-F_DSP.part2.rar 本帖的主题是以GUI的形式展示数字信号处理(DSP)的基本功能,如采样、重构、系统及相关、谱、滤波器设计(FIR和IIR,以及多速率滤波、自适应滤波)等常用方法...

    GUI展示数字信号处理的常用功能工具-F_DSP.part1.rar

    GUI展示数字信号处理的常用功能工具-F_DSP.part1.rar 本帖的主题是以GUI的形式展示数字信号处理(DSP)的基本功能,如采样、重构、系统及相关、谱、滤波器设计(FIR和IIR,以及多速率滤波、自适应滤波)等常用方法...

    GUI展示数字信号处理的常用功能工具-F_DSP.part3.rar

    GUI展示数字信号处理的常用功能工具-F_DSP.part3.rar 本帖的主题是以GUI的形式展示数字信号处理(DSP)的基本功能,如采样、重构、系统及相关、谱、滤波器设计(FIR和IIR,以及多速率滤波、自适应滤波)等常用方法...

    几种常用的嵌入式Linux GUI及其特点

    未来几年,嵌入式LinuxGUI将朝以下方向发展:第一,轻型、占用资源少,不希望建立在庞大累赘的、非常消耗系统资源的操作系统和GUI之上。第二,高性能、高可靠性,特别是工业实时控制系统,对实时性的要求非常高,...

    Python常用GUI框架原理解析汇总

    Graphical User Interface,简称 GUI,又称图形化用户接口,所谓的GUI编程,指的是用户不需要输入代码指令,只通过图形界面的交互就可以操作软件功能。 Tkinter 一个轻量级的跨平台图形用户界面(GUI)开发工具,是...

Global site tag (gtag.js) - Google Analytics