Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.478.823 Times

Uicontrol freeware
 

Uicontrol

Added: September 03, 2013 | Visits: 435

UICOMPONENT - expands uicontrol to all Java classes UICOMPONENT is intended as a direct replacement of Matlab's built-in UICONTROL and JAVACOMPONENT functions. It accepts all parameters and styles that UICONTROL accepts, as well as any other displayable Java (Swing/AWT) component class. The calling convention and syntax of UICONTROL were preserved... Platforms: Matlab

License: Freeware Size: 30.72 KB Download (42): UICOMPONENT - expands uicontrol to all Java classes Download

Added: May 20, 2013 | Visits: 359

fitpath This is a simple utility to gracefully fit a file path into a uicontrol by replacing some of the directory names with '...'.It was primarily developed as a tutorial on how to use the extent property of uicontrols. The full tutorial can be found at our website. Platforms: Matlab

License: Freeware Size: 10 KB Download (43): fitpath Download

Added: July 17, 2013 | Visits: 366

ConvertToEditBox ConvertToEditBox responds to a keyboard input after a uicontrol has been selected with the mouse. The uicontrol is converted to an edit box to receive keyboard entry and the initiating keyboard character is inserted into the box.CAUTION: ConvertToEdit simulates mouse clicks and keyboard input.... Platforms: Matlab

License: Freeware Size: 10 KB Download (44): ConvertToEditBox Download

Added: July 19, 2013 | Visits: 351

SETPOS 1.2 - GETPOS SETPOS/GETPOS are two flexible wrappers to set/get the "Position" property of graphics objects (figure, axes, uicontrol).SETPOS(H,POS) works as SET(H,'Position',POS) and GETPOS(H) works as GET(H,'Position') but :Both can set/get data using different unit for each element of the 'Position'... Platforms: Matlab

License: Freeware Size: 10 KB Download (46): SETPOS 1.2 - GETPOS Download

Added: June 15, 2013 | Visits: 386

uibutton: GUI pushbuttons with better labels Have you ever wanted to create a pushbutton uicontrol containing a Greek letter, some other mathematical expression or even just a multi-line label? This function will do it for you. It is very easy to use as it accepts all the same arguments as uicontrol with the addition of the Interpreter... Platforms: Matlab

License: Freeware Size: 10 KB Download (43): uibutton: GUI pushbuttons with better labels Download

Added: April 17, 2013 | Visits: 388

CLICKUICONTROL CLICKUICONTROL(H) behaves as if clicking on a UIControl object. The object can be one of the following: pushbutton, checkbox, radiobutton, togglebutton, slider, listbox, popupmenu. The Value property of the object will be appropriately set, and the object's Callback is called (ButtonDownFcn will... Platforms: Matlab

License: Freeware Size: 10 KB Download (48): CLICKUICONTROL Download

Added: April 16, 2013 | Visits: 499

UIEDIT UIEDIT multi-line edit box UIEDIT invokes a GUI object which is similar to the edit box available in GUIDE. The major difference is that the edit object in GUIDE does not allow the user to input more than one line of text. UIEDIT supports: - Scrollbars - Multi-line text - Copy & Paste... Platforms: Matlab

License: Freeware Size: 10 KB Download (53): UIEDIT Download

Added: September 15, 2013 | Visits: 192

uiFlash uiFlash: Direct attention to UI object by short flashingA property, e.g. the BackgroundColor, of a graphic object is flashed twice to the new value and return to the original. E.g. this can be helpful to direct the user's attention to a specific UICONTROL in case of wrong input.Example: FigH =... Platforms: Matlab

License: Freeware Size: 10 KB Download (42): uiFlash Download

Added: April 13, 2013 | Visits: 423

Antenna's Array Synthesis This is an old program (1.999) that I have written for understanding radiation patterns of antennas. Basically I was looking for the relationship between interference diagram (Fourier transform of ilumination, usually called Array Factor) and 3D radiation pattern of the Array. For that reason, it... Platforms: Matlab

License: Freeware Size: 225.28 KB Download (48): Antenna's Array Synthesis Download

Added: June 03, 2013 | Visits: 326

GUI for Routh-Hurwitz Criterion There are 5 M-files : Routh_Gui.m, OnOk.m, routh.m, disp_result.m, funct.m. And Routh_Gui.m is used for creating the interface(using uicontrol,uipanel), OnOk.m is the callback function of pushbutton 'OK'. Based on the code written by Rivera-Santos, Edmundo J. , routh.m is modified a little to... Platforms: Matlab

License: Freeware Size: 10 KB Download (43): GUI for Routh-Hurwitz Criterion Download

Added: May 05, 2013 | Visits: 259

Tooltip - GUI modeless feedback This was inspired after reading "About Face", and after becoming annoyed with modal dialogue boxes. It displays a text box below a uicontrol for a short period of time, before being removed entirely. Its not a "real" tooltip, perhaps more of a "messagetip".I tried... Platforms: Matlab

License: Freeware Size: 10 KB Download (43): Tooltip - GUI modeless feedback Download

Added: June 05, 2013 | Visits: 337

spinedit spinedit is an easy way to implement an edit with a slider attached to it to allow easy adjustment of numerical values in GUIs.This package groups the two uicontrol components together and takes care of their callbacks, resulting in a kind of new uicontrol type named spinedit.The zip file... Platforms: Matlab

License: Freeware Size: 10 KB Download (39): spinedit Download

Added: September 01, 2013 | Visits: 298

sliderPanel My new favorite uitool...this is quickly becoming an indispensable tool in my uicontrol arsenal.FUNCTION:sliderHandle,panelHandle,editHandle] = sliderPanel(parent, PanelPVs, SliderPVs, EditPVs, LabelPVs, numFormat) Creates a slider in a separate uipanel, with an associated interactive EditBox,... Platforms: Matlab

License: Freeware Size: 10 KB Download (41): sliderPanel Download