Welcome![Sign In][Sign Up]
Location:
Search - uicontrol

Search list

[Other resourceuicontrol

Description: 代码为本人学习matlab的GUI程序设计期间,所做的uicontrol的所有例子,适合初学uicontrol的同学们。期望与大家共同进步,一起研究问题。
Platform: | Size: 2395 | Author: 吴应涛 | Hits:

[Special Effects3

Description: 第三章 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 对象 3.1.11 Light 对象 3.1.12 Text 对象
Platform: | Size: 3880 | Author: ly | Hits:

[Embeded-SCM DevelopMyGui

Description: 这是自己做的一个gui 及供初学者参考 如有问题可以一起讨论 可发到我的邮箱里 完成的功能就是 对uicontrol的应用
Platform: | Size: 1349075 | Author: 时亮亮 | Hits:

[matlabMatlab编的计算器

Description: 本程序是在Matlab6.5下编写的一个计算器的程序,是Matlab的GUI编程的很好例子。 -the procedure was Matlab6.5 prepared a calculator procedures, Matlab GUI Programming good example.
Platform: | Size: 6144 | Author: 代丛军 | Hits:

[matlabgui_exam

Description: 几个利用uicontrol进行gui编程的matlab脚本文件:生成菜单修改fig颜色,绘制正弦并允许字体调整,归一化二阶系统的阶跃响应-use gui programming for the Matlab script file : Generation fig menu changes color rendering fonts sinusoidal and allow adjustments to a second-order system of the step response
Platform: | Size: 2048 | Author: gaozhibin | Hits:

[matlabuicontrol

Description: 代码为本人学习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 forward to working with the common progress, together with research questions.
Platform: | Size: 2048 | Author: 吴应涛 | Hits:

[Special Effects3

Description: 第三章 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 对象 3.1.11 Light 对象 3.1.12 Text 对象 -Chapter III of MATLAB graphic objects 3.1 graphic object 3.1.1 Root object 3.1.2 Figure object 3.1.3 Uicontrol object 3.1.4 Uimenu object 3.1.5 Axes Object 3.1.6 Image Object 3.1.7 Line object 3.1.8 Patch Object 3.1. 9 Rectangle object 3.1.10 Surface Object 3.1.11 Light Object 3.1.12 Text Object
Platform: | Size: 4096 | Author: ly | Hits:

[Embeded-SCM DevelopMyGui

Description: 这是自己做的一个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 application is uicontrol
Platform: | Size: 1348608 | Author: 时亮亮 | Hits:

[matlabMATLABThree

Description: 第三章 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 对象 3.1.11 Light 对象 3.1.12 Text 对象 -Chapter III of MATLAB graphic objects 3.1 graphic object 3.1.1 Root object 3.1.2 Figure object 3.1.3 Uicontrol object 3.1.4 Uimenu object 3.1.5 Axes Object 3.1.6 Image Object 3.1.7 Line object 3.1.8 Patch Object 3.1. 9 Rectangle object 3.1.10 Surface Object 3.1.11 Light Object 3.1.12 Text Object
Platform: | Size: 3072 | Author: 王万国 | Hits:

[Special Effectsphotoanalysis

Description: 图像分析 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=uicontrol( parent ,h0,... units , points ,... tag , b1 ,... style , pushbutton ,... string , 图像轮廓图 ,-图像分析 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=uicontrol( parent ,h0,... units , points ,... tag , b1 ,... style , pushbutton ,... string , 图像轮廓图 ,...
Platform: | Size: 1024 | Author: fei fei yang | Hits:

[matlabcreateButtonLabel

Description: 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-Value pairs, INCLUDING TEXT ROTATION, are supported. Note that this function requires the Image Processing Toolbox, and that it triggers the creation of a temporary figure, which will be momentarily visible during button-label creation.
Platform: | Size: 3072 | Author: Anna | Hits:

[matlabGUI_2

Description: 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.-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.
Platform: | Size: 1024 | Author: techspaceofatul | Hits:

[matlabGUI_3

Description: 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. Creates a textbox and a checkbox. The state of the checkbox determines whether or not the textbox is visible.
Platform: | Size: 1024 | Author: techspaceofatul | Hits:

[matlabGUI_6

Description: 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 currently selected. See GUI_8 for similar radiobuttongroup GUI.-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 currently selected. See GUI_8 for similar radiobuttongroup GUI.
Platform: | Size: 1024 | Author: techspaceofatul | Hits:

[Graph programdisanzhang

Description: 第三章 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 对象 3.1.11 Light 对象 3.1.12 Text 对象
Platform: | Size: 3072 | Author: 胡羽辰 | Hits:

[GUI Developmaingui

Description: Matlab GUI using UICONTROL Function
Platform: | Size: 1024 | Author: Raghvendra sachan | Hits:

[matlabuibutbut

Description: Creates pushbutton uicontrol labeled with TeX or LaTeX strings
Platform: | Size: 2048 | Author: samy | Hits:

[JSP/JavaJava_Clock_UIControl

Description: 钟控件的一个简单的实现。 可以走,但是初始化之后,大小不能自动调整。-A simple implementation of clock UIControl
Platform: | Size: 2048 | Author: JavaBeam | Hits:

[IOSPageControl

Description: iphone page control的例子,包含scrollview的使用-iphone page control examples, including the use of scrollview
Platform: | Size: 167936 | Author: Rex | Hits:

[matlabuicontrol

Description: gui controls M-file shows how to use the GUIDE in MATLAB for example the pop-up menu. edit text, ect.,
Platform: | Size: 2048 | Author: UIS | Hits:
« 12 »

CodeBus www.codebus.net