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.241.065 Times

Uipanel software
 

Uipanel

Added: September 05, 2013 | Visits: 327

GUI to set up and score three sizes of tic-tac-toe Straight tic-tac-toe, with options to play an opponent (not computer, which only keeps score) on 3x3, 4x4 and 5x5 boards. The first is of course trivial, the last two are impossible to win unless scoring can be done for sub-runs and blocks, which might be pretty interesting.Fiddle with the...



Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (47): GUI to set up and score three sizes of tic-tac-toe Download

UISplitPane - Split a container (figure/frame/uipanel) into two resizable sub-containers UISPLITPANE splits the specified container(s) (figure, panel or frame, referenced by handle(s) hParent) into two distinct panes (panels) separated by a movable divider. If no hParent container is specified, then the current figure (gcf) is assumed. Matlab components may freely be added to each of...





Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 61.44 KB Download (47): UISplitPane - Split a container (figure/frame/uipanel) into two resizable sub-containers Download

Added: September 03, 2013 | Visits: 135

layerplot When we use matlab function plotyy, it's inconvenient to setup the labels and ranges of the three axes and the legend of the two lines. What's more, plotyy can not be used in some cases, for example,if the target axes is a child of a uipanel. layerplot enables one who has little knowledge about...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): layerplot Download

Added: May 21, 2013 | Visits: 204

Improved waitbar The standard WAITBAR function (and the improved WAITBAR2 function, which this code is based on) must appear in their own figure windows, and cannot be embedded into a GUI. They also display incorrectly if the progress is reduced (e.g., when resetting an embedded progress bar).WAITBAR2A is a...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (46): Improved waitbar Download

Added: August 31, 2013 | Visits: 363

Using Java Swing components in MATLAB JCONTROL provides an easy way to integrate a full range of java GUIs from the java.awt and javax.swing libraries into MATLAB. Example:obj=JCONTROL(Parent, Style);obj=JCONTROL(Parent, Style,...PropertyName1, PropertyValue1,...PropertyName2, ProeprtyValue2....);Inputs:Parent: the handle of a MATLAB...


Platforms: Matlab

License: Freeware Size: 20.48 KB Download (44): Using Java Swing components in MATLAB Download

Added: June 03, 2013 | Visits: 321

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: September 01, 2013 | Visits: 294

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

Added: August 17, 2013 | Visits: 358

Making MATLAB Swing More GImport supports the import of Java Swing-based GUIs. These can be designed by hand or by using one of the many free GUI designers such as those in Eclipse, NetBeans or IntelliJ IDEA.If you find MATLAB GUIDE-designed GUIs limiting, GImport may be what you are looking for.To import a GUI simply...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 430.08 KB Download (48): Making MATLAB Swing More Download

Added: September 12, 2013 | Visits: 233

ScrollPanel Standard Handle Graphics uipanels provide containment and groups axes and their children. The ScrollPanel provides the ability to define a scrollable area and the panel is the viewport onto that area.Since Scrollpanel is not a built-in Handle Graphics object, objects must be parented to it...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): ScrollPanel Download

Added: June 22, 2013 | Visits: 185

guipanel Create truly dynamic GUI's using guipanel -- guipanel's are interactively resizeable and moveable. Panels can be nested and if desired, locked to a location. The calling syntax is almost identical to that of MATLAB's builtin uipanel. Additionally, you can pass-in uicontrol property param/values...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (47): guipanel Download

Added: August 19, 2013 | Visits: 258

uisplitter uisplitter divides a container into two sub-containers with a movable splitter. The container to split can be either a figure or a uipanel with no children. Depending on orientation, the splitter is either a vertical bar that separates a left and right pane (for horizontal orientation), or a...


Platforms: PHP

License: Shareware Cost: $0.00 USD Size: 10 KB Download (40): uisplitter Download

Added: May 07, 2013 | Visits: 151

GridBagLayout layout.GridBagLayout is a MATLAB class which controls layout and resize of a figure/uipanel/uicontainer. This class helps the MATLAB GUI developer design complex Graphical User Interfaces without the need for calculations or complex code for performing initial layouts or writing resize...


Platforms: PHP

License: Shareware Cost: $0.00 USD Size: 61.44 KB Download (47): GridBagLayout Download