image thumbnail

updated 5 days ago

Java-based data table by Yair Altman

Spreadsheet display/editing/sorting of data with multiple features (example, uitable, java)

createTable.m

image thumbnail

updated 21 days ago

fixuilabels by Kesh Ikuma

Change 'text' uicontrol objects' vertical alignment (gui, utility, java)

fixuilabels(hFig)

image thumbnail

updated 1 month 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 1 month 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 1 month ago

matlabServerClient by Arun

Server and Client in MATLAB (network, socket, java)

client(serverIp, serverPort, fileToSend)

server(serverPort, fileName)

image thumbnail

updated 2 months ago

GUI Layout Toolbox by Ben Tordoff

Layout management objects for MATLAB GUIs (gui, boxlayout, pick of the week)

callbackexample()

demoBrowser()

displayEndOfDemoMessage(filename)

image thumbnail

updated 2 months ago

Java Heap Cleaner by Davide Tabarelli

Simple function cleaning up, at runtime, Java heap memory, thus preventing java OutOfMemory error (java, heap space, memory leak)

jheapcl(verbose)

image thumbnail

updated 2 months 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 2 months 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 3 months 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 4 months ago

xlwrite: Generate XLS(X) files without Excel on Mac/Linux/Win by Alec de Zegher

Generates ‘.xls’ & '.xlsx' files on Mac/Linux/Win without Excel, using same syntax as xlswrite. (apache poi, excel, jexcelapi)

[status, message]=xlwrite(filename,A,sheet, range)

Test_xlWrite.m

image thumbnail

updated 5 months ago

Scrolling Memory Monitor by Jesse Hopkins

Displays recent history of Matlab & Java memory usage. (java, memory)

memtracker(varargin)

image thumbnail

updated 5 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 6 months ago

checkClass by Yair Altman

checks a Java object or classname and displays its methods, enumerations & interfaces (java)

checkClass(obj,level)

image thumbnail

updated 8 months ago

Figures-menu adaption for standalone applications by Alexander Mering

Create dockable figures for standalones and disable or remove menu items from the figures container (figure, docking, standalone)

Callback_DockingFcn

Create_Figure

Figure_test

image thumbnail

updated 9 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 9 months ago

Limit figure size by Jan Simon

Set minimal or maximal size of a figure (figure, size, resize)

LimitSizeFig(FigH, Prop, Ext)

uTest_LimitSizeFig(doSpeed)

image thumbnail

updated 9 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 11 months ago

xlwrite : Export Data to Excel from Matlab on Mac/Win by Marin Deresco

xlwrite allows you to export data (2d/3d arrays of double/cell) to Excel from Matlab (Mac/Win) (xlswrite, excel, mac)

Cell2JavaString.m

[Result]=xlwrite(file,data,sheet)

cell2char(C)

image thumbnail

updated 11 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 1 year ago

queryMySQL by Jonathan Karr

Platform independent MySQL database solution with blob support. (data export, mysql, database)

db2mat(db,indices,imps)

mat2db(fileName,db,indices,imps)

edu.stanford.covert.db.Database

image thumbnail

updated 1 year ago

Heightprofile from GoogleEarth to 3D-Surface by Sven Koerner

The tool get the height-Profile from GoogleEarth via COM-API and the image to generate a 3D-surface. (3d, surface, plot)

ge_test1

image thumbnail

updated 1 year ago

Expert System with PROLOG to Simulink by Marcelo Fernandes

PROLOG to Simulink with The SWI-Prolog and JPL (Java Interface to PROLOG) (expert system, prolog, swiprolog)

[sys,x0,str,ts] =SWIPrologInterface(t,x,u,flag,jarFile,plFi...

example1

image thumbnail

updated 1 year ago

Prolog to Matlab with The SWI-Prolog by Marcelo Fernandes

Prolog to Matlab with The SWI-Prolog and JPL(Java Interface to Prolog) (prolog, swiprolog, jpl)

example1.m

image thumbnail

updated 1 year ago

simPlotter - plot tool for Simulink log outputs by Arda Aksu

Easily plot simulation outputs! (simulink, signal logging, plot)

simPlotter

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

OpenGL 3D graphics in MATLAB using jzy3d - a demo by Malcolm Lidierth

A demo of some features of the open-source jzy3d 3d graphics package from http://www.jzy3d.org/ (opengl, java, swing)

image thumbnail

updated 1 year ago

Comparison of C++, Java, Python, Ruby and MATLAB Using Object Oriented Example by Stuart McGarrity

RedBlack Tree Binary Search Example Used to Compare of C++, Java™, Python, Ruby and MATLAB® Code (article, object oriented, tree)

test_RedBlackTree

NodeVisitor

RedBlackTree

image thumbnail

updated 1 year ago

Java Class Origin by Ragaar Ashnod

Quickly find the origin for a java class. (java, class, url)

ClassOrigin(jObj)

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

getHWnd - retrieve the underlying Windows handle for Matlab figure(s) by Yair Altman

Enable C++ GUI integration by retrieving the HWnd handle of matlab figure(s) (window, example, java)

gethwnd(hFig)

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

Dynamic Search Box by Nate Jensen

A dynamic search box key press function callback for an edit box (keypressfcn, uicontrol, edit box)

KPF_CB(obj,event,jedit_h,slider_h,fig_h,list,func)

KPF_MP_CB(obj,~,edit_h)

KPF_MR_CB(obj,event,edit_h)

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 almost 2 years ago

Making MATLAB Swing by Malcolm Lidierth

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

image thumbnail

updated almost 2 years 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 almost 2 years ago

LISTZIPCONTENTS by Bob Hamans

Lists the contents of a zip file. (zip, list, contents)

listzipcontents(zipFilename)

image thumbnail

updated 2 years ago

GanttChart Demo by Sven Koerner

Example Code of GanttChart using JFreeChart within Matlab (demo, gantt, visualisation)

gantt_chart_demo

image thumbnail

updated 2 years ago

Command window text by Hugh Nolan

Copies all text in the command window into a cell array of strings. (data export, logging, java)

[output_cell output_string text_container]=command_window_t...

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

Create 3D-interactive HTML File from MATLAB surface, Part2 by Sven Koerner

This function allows to show 3d-surface plots in html - documents. (figure, html, interactive)

javaview_nosym(surface_handle, filename, destination, sourc...

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

Easy MultipleTimeseriesSeries by Sven Koerner

Example Code of MultipleTimeSeries using JFreeChart within Matlab (multiple axis, plot, yyy)

timeseries_demo

image thumbnail

updated 2 years ago

Easy MultipleXYSeries by Sven Koerner

Example Code of MultipleXYSeries using JFreeChart within Matlab (multiple axis, yy, yyy)

multiple_axis_demo_xy2

image thumbnail

updated 2 years ago

Thermometer Demo by Sven Koerner

Thermometer example of using JFreeChart and Matlab functionality within Matlab. (java, thermometer, jfreechart)

thermometer.m

Contact us