image thumbnail

updated 6 days ago

GUI Layout Toolbox by Ben Tordoff

Layout management objects for MATLAB GUIs (gui, boxlayout, gridlayout)

callbackexample()

demoBrowser()

displayEndOfDemoMessage(filename)

image thumbnail

updated 9 days ago

propertiesGUI - display properties in an editable context-aware table by Yair Altman

propertiesGUI processes and displays a list of data properties in a context-aware GUI table (gui, java, jide)

propertiesGUI(hParent, parameters)

image thumbnail

updated 13 days ago

ScreenCapture - get a screen-capture of a figure frame or component by Yair Altman

ScreenCapture gets a screen-capture of any Matlab GUI handle, or specified screen area rectangle (java, gui)

screencapture(varargin)

image thumbnail

updated 1 month ago

JTattoo look-and-feel demo GUI by Yair Altman

JTattooDemo demonstrates effects of Look-and-Feel changes (including JTattoo L&F) on GUI controls (gui, java)

JTattooDemo()

image thumbnail

updated 3 months ago

UIINSPECT - display methods-properties-callbacks of an object by Yair Altman

Inspect an object handle (Java/COM/HG); display its methods/properties/callbacks in a unified window (com, example, object)

uiinspect(obj, fig)

image thumbnail

updated 3 months ago

FindJObj - find java handles of Matlab graphic objects by Yair Altman

Find java objects contained within a specified java container or Matlab GUI handle (example, undocumented, findobj)

findjobj(container,varargin)

image thumbnail

updated 7 months ago

cprintf - display formatted colored text in the Command Window by Yair Altman

Displays sprintf-formatted strings in the Command Window using the specified color/underline style (desktop, gui, java)

cprintf.m

image thumbnail

updated 7 months ago

wavplayer by Emmanuel Alap

An interactive sound (.wav) player for MATLAB using the built-in audioplayer function. (audioplayer, gui, volume)

wavplayer(varargin)

image thumbnail

updated 9 months ago

Reorderable Listbox by Erik Koopmans

Creates a listbox whose contents can be reordered by clicking and dragging items. (dnd, gui, drag and drop)

findjobj(container,varargin)

reorderableListbox( ...

image thumbnail

updated 9 months ago

Antoine Equation: GUI by David Hagan

This GUI calculates vapor pressure as a function of temperature and plots P over the allowable range (vapor pressure, database, gui)

AntoineDB_GUI(varargin)

image thumbnail

updated 1 year ago

Making MATLAB Swing More by Malcolm Lidierth

Import of Java Swing GUIs from Eclipse, NetBeans, IntelliJ etc (gui, eclipse, java)

obj=GXJFrame(target, title, contents, alpha)

GImport

jcontrol.m

image thumbnail

updated 1 year ago

setFigTransparency - set figure transparency / fading by Yair Altman

setFigTransparency sets the transparency/opacity of a figure window, with optional fading effect (gui, undocumented, java)

setFigTransparency(hFig, alpha, fadeDuration, blockingFlag)

image thumbnail

updated 1 year ago

blurFigure - blurs and prevents interaction on a figure window by Yair Altman

blurs a specified figure window and prevents interaction with it until the figure is un-blurred (gui, java, undocumented)

blurFigure(hFig, state)

image thumbnail

updated 1 year ago

Using Java Swing components in MATLAB by Malcolm Lidierth

A custom class that eases the use of Java AWT and Swing components in MATLAB (swing, java, gui)

jcontrol.m

image thumbnail

updated 1 year ago

Making MATLAB Swing by Malcolm Lidierth

TabbedPanes, SplitPanes, SideBars, ScrollPanes etc for MATLAB (swing, scrollpane, gui)

image thumbnail

updated 1 year ago

GoogleEarth in GUI by Sven Koerner

Open GE in Matlab - GUI via ActiveX (activex, javascript, google)

ge2ma_demo

ge_html(varargin)

image thumbnail

updated 2 years ago

DifferenceChart Demo by Sven Koerner

Demonstration of DifferenceChart in TimeSeries. Uses JFreeChart and Matlab (time, timeseries, plot)

differencechart_demo

image thumbnail

updated 2 years ago

MultipleRange Crosshair Demo by Sven Koerner

Demonstration of crosshair in multiple range data. Uses JFreeChart and Matlab (jfreechart, undocumented, java)

crosshairdemo_multiple.m

image thumbnail

updated 2 years ago

Crosshair Demo by Sven Koerner

Demonstration of crosshair in figure. Uses JFreeChart and Matlab (dial, figure, java)

crosshairdemo.m

image thumbnail

updated 2 years ago

Dialplot Demo 4, Multiple needle by Sven Koerner

Dialplot Demo with multiple needles. Uses JFreeChart and MAtlab. (dial, figure, java)

dialdemo4.m

image thumbnail

updated 2 years ago

Dialplot Demo 3 by Sven Koerner

ArcDialExample of using JFreeChart and Matlab (dial, figure, java)

dialdemo3.m

image thumbnail

updated 2 years ago

Dialplot Demo 2 by Sven Koerner

ArcDialExample of using JFreeChart and Matlab (dial, figure, java)

dialdemo2.m

image thumbnail

updated 2 years ago

Dialplot Demo by Sven Koerner

Dial example of using JFreeChart and Matlab functionality within Matlab. (java, dial, time)

dialdemo.m

image thumbnail

updated 2 years ago

Biomet Database Tool by Jeremy Smith

This is a general database and plotting tool that lets the user plot data directly from a database. (bdt, database, ms access)

[varargout]=logindlg(varargin)

bdt(varargin)

BDT_Filters.m

image thumbnail

updated 2 years ago

Skipping Stone - An interplanetary space mission design tool by Rody Oldenhuis

An easy-to-use tool to optimize trajectories for interplanetary missions using swingby manoevres (trajectory, gui, space mission)

...

...

FindRealRoots(funfcn, a, b, n, vectorized, make_plot)

image thumbnail

updated 2 years ago

Property grid using JIDE implementation by Levente Hunyadi

A graphical user control based on the JIDE PropertyGrid that mimics MatLab's property inspector. (gui, property inspector, property grid)

arrayfilter(fun, array)

constructor(obj, varargin)

example_matrixeditor

image thumbnail

updated 2 years ago

jMouseEmu: Mouse Emulator (v2.2) by Kesh Ikuma

A Java-based function to control mouse programmatically (mouse, demo, set focus)

jmouseemu(varargin)

image thumbnail

updated 2 years ago

jAudio: Buffered Sound Class by Kesh Ikuma

A java-based MATLAB class for buffered sound playback (sound, java, gui)

jaudio_demo(varargin)

jaudio

image thumbnail

updated almost 3 years ago

Copy Paste by Amitabh Verma

A simple Cut, Copy, Paste contextmenu for edit boxes in GUI. (copy, gui, paste)

copy_paste(varargin)

findjobj(container,varargin)

javahandle()

image thumbnail

updated almost 3 years ago

C# Matlab Program Launcher by Amitabh Verma

Code to execute Matlab script or function without the requirement to launch Matlab manually. (gui, c sharp, loader)

ImagePatchTool.m

image thumbnail

updated 3 years ago

SpinnerDemo by Yair Altman

A utility that demonstrates usage of Java Spinner controls in Matlab (gui, java)

SpinnerDemo

image thumbnail

updated 3 years ago

Progress bar by Levente Hunyadi

An elegant and easy-to-use progress bar dialog utilizing the Swing GUI class JProgressBar. (progress indicator, java, wait bar)

callererror(identifier, message, varargin)

constructor(obj, varargin)

example_waitdialog

image thumbnail

updated 3 years ago

uhelp by paul koch

display a function's HELP or a CELL array in text window (gui, guitools, help)

uhelp.m

image thumbnail

updated 3 years ago

Property sheet by Levente Hunyadi

A graphical user control that mimics MatLab's property inspector. (gui, property inspector, java)

MatrixEditorDialog()

PropertySheetDialog()

StringEditorDialog()

image thumbnail

updated 3 years ago

SYSTRAY - set/get system-tray icons on your computer's desktop by Yair Altman

sets icons in the system-tray of your computer's desktop & enables setting/getting icon properties (java, gui, desktop)

systray(varargin)

image thumbnail

updated 3 years ago

closewindow by Matthew Simoneau

Close any window by name. (gui tools, example, close)

closewindow(name)

image thumbnail

updated almost 4 years ago

splash.m(revised) by Qun HAN

Add a splash screen to your GUI (splash screen, java, gui)

splash(varargin)

image thumbnail

updated 4 years ago

UISplitPane - Split a container (figure/frame/uipanel) into two resizable sub-containers by Yair Altman

Split a container (figure/frame/uipanel) into two resizable sub-containers, like Java's JSplitPane (java, gui tools, gui)

uisplitpane(varargin)

image thumbnail

updated 4 years ago

Highlight Tab objects easily by Angel Calzada

This function let's yo manage(show & hide) easily the elements in your GUI. (hide, show, elements)

highlight(hObject,Descriptor)

hightlight_example(varargin)

image thumbnail

updated 4 years ago

Typical Control System Analyst(.exe) by Jie Deng

Typical Control System Analyst compiled by visual c++ (pid, system, c)

image thumbnail

updated 7 years ago

mandelbrot by erinc topdemir

This gui draws a mandelbrot figure. # iteration, complexity, color can be change. (gui tools, example, mandelbrot)

mandelbrot_gui(varargin)

image thumbnail

updated 8 years ago

GUI_sheet ; Java GUI table from MATLAB by Andrej Mosat

Creates a GUI table from a structure with custom data and behaviour. (java, table, guide)

gui_sheet(title, texts)

Contact us