搜索资源列表
uicontrol
- 代码为本人学习matlab的GUI程序设计期间,所做的uicontrol的所有例子,适合初学uicontrol的同学们。期望与大家共同进步,一起研究问题。
3
- 第三章 MATLAB 图形对象 3.1 图形对象 3.1.1 Root 对象 3.1.2 Figure 对象 3.1.3 Uicontrol 对象 3.1.4 Uimenu 对象 3.1.5 Axes 对象 3.1.6 Image 对象 3.1.7 Line 对象 3.1.8 Patch 对象 3.1.9 Rectangle 对象 3.1.10 Surface 对象
MyGui
- 这是自己做的一个gui 及供初学者参考 如有问题可以一起讨论 可发到我的邮箱里 完成的功能就是 对uicontrol的应用
Matlab编的计算器
- 本程序是在Matlab6.5下编写的一个计算器的程序,是Matlab的GUI编程的很好例子。 -the procedure was Matlab6.5 prepared a calculator procedures, Matlab GUI Programming good example.
gui_exam
- 几个利用uicontrol进行gui编程的matlab脚本文件:生成菜单修改fig颜色,绘制正弦并允许字体调整,归一化二阶系统的阶跃响应-use gui programming for the Matlab scr ipt file : Generation fig menu changes color rendering fonts sinusoidal and allow adjustments to a second-order
uicontrol
- 代码为本人学习matlab的GUI程序设计期间,所做的uicontrol的所有例子,适合初学uicontrol的同学们。期望与大家共同进步,一起研究问题。-I am learning matlab code for the GUI program design, the uicontrol done all the examples, suitable for beginner students uicontrol. U.S. look
3
- 第三章 MATLAB 图形对象 3.1 图形对象 3.1.1 Root 对象 3.1.2 Figure 对象 3.1.3 Uicontrol 对象 3.1.4 Uimenu 对象 3.1.5 Axes 对象 3.1.6 Image 对象 3.1.7 Line 对象 3.1.8 Patch 对象 3.1.9 Rectangle 对象 3.1.10 Surface 对象
MyGui
- 这是自己做的一个gui 及供初学者参考 如有问题可以一起讨论 可发到我的邮箱里 完成的功能就是 对uicontrol的应用-This is their own and make a gui for beginners reference if problems can be discussed can be sent to my mailbox to complete the functionality of the
MATLABThree
- 第三章 MATLAB 图形对象 3.1 图形对象 3.1.1 Root 对象 3.1.2 Figure 对象 3.1.3 Uicontrol 对象 3.1.4 Uimenu 对象 3.1.5 Axes 对象 3.1.6 Image 对象 3.1.7 Line 对象 3.1.8 Patch 对象 3.1.9 Rectangle 对象 3.1.10 Surface 对象
photoanalysis
- 图像分析 h0=figure( toolbar , none ,... position ,[198 56 350 468],... name , 实例72 ) h1=axes( parent ,h0,... position ,[0.25 0.45 0.5 0.5],... visible , off ) I=imread( rice.tif ) imshow(I) k=0 b1
createButtonLabel
- buttonIcon = createButtonLabel(string,PVs,figOpt) Have you ever been frustrated by an inability to label a vertically oriented pushbutton or uicontrol with a string? This function is for you! All valid Parameter-V
GUI_2
- Demonstrate how to delete an entry from a uicontrol string. Creates a listbox with some strings in it and a pushbutton. When user pushes the pushbutton, the selected entry in the listbox will be deleted.-Demonstrat
GUI_3
- Demonstrate how to hide a uicontrol from the user. Creates a textbox and a checkbox. The state of the checkbox determines whether or not the textbox is visible.-Demonstrate how to hide a uicontrol from the user.
GUI_6
- function [] = GUI_6() Demonstrate how to update one uicontrol with data from others. Creates two radiobuttons and a pushbutton. The pushbutton, when clicked shows which radio button (or both or none) is currentl
disanzhang
- 第三章 MATLAB 图形对象 3.1 图形对象 3.1.1 Root 对象 3.1.2 Figure 对象 3.1.3 Uicontrol 对象 3.1.4 Uimenu 对象 3.1.5 Axes 对象 3.1.6 Image 对象 3.1.7 Line 对象 3.1.8 Patch 对象 3.1.9 Rectangle 对象 3.1.10 Surface 对象
maingui
- Matlab GUI using UICONTROL Function
uibutbut
- Creates pushbutton uicontrol labeled with TeX or LaTeX strings
Java_Clock_UIControl
- 钟控件的一个简单的实现。 可以走,但是初始化之后,大小不能自动调整。-A simple implementation of clock UIControl
PageControl
- iphone page control的例子,包含scrollview的使用-iphone page control examples, including the use of scrollview
uicontrol
- gui controls M-file shows how to use the GUIDE in MATLAB for example the pop-up menu. edit text, ect.,