image thumbnail

updated 15 hours ago

getundoc - get undocumented object properties by Yair Altman

GETUNDOC returns a structure of undocumented properties (names & values) for the specified object (undocumented)

getundoc(arg, skipStandardProps)

image thumbnail

updated 1 month ago

BetterHelp by Michael Ryan

Improves Matlab's help functionality for functions that do not have their own help files. (undocumented, help, programming)

help2html(topic,pagetitle,helpCommandOption)

help2html(topic,pagetitle,helpCommandOption)

myHelpUtils.atomicHelpPart

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 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 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

uigridcontainer modified resizefcn by Enrico

Allows absolute, relative and automatic spitting of uigridcontainer. (gui, undocumented, uigridcontainer)

uigridcontainer_ResizeFcn( h, e )

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 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

TabComplete by Yair Altman

Sets Command-Window tab completion for specified functions & arguments: types and custom strings (command window, undocumented, desktop)

tabcomplete(funcName, varargin)

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 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

image thumbnail

updated 2 years ago

EditorMacro - assign a macro to a keyboard key-stroke in the Matlab Editor and Command Window by Yair Altman

EditorMacro assigns a macro or action to requested key-binding in the Matlab Editor & Command Window (editor, java, undocumented)

EditorMacro(keystroke, macro, macroType)

image thumbnail

updated 2 years ago

MATLAB Upgrade Utility by Aurelien Queffurust

whatsold is like whatsnew except it says what is old ! (upgrade, lookfor, doc)

whatsold.m

image thumbnail

updated almost 3 years ago

Shortcut tools by Richie Cotton

Programmatically manipulate shortcuts. (shortcut, toolbar, utility)

AddBrowserFavourite(label, callback)

AddShortcut(label, callback, icon, category, editable, over...

AddShortcutCategories(categories)

image thumbnail

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

setPrompt - Set the Command Window prompt by Yair Altman

Sets the Command Window prompt to the specified string (desktop, command window, undocumented)

setPrompt(newPrompt)

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

TextTools by Perttu Ranta-aho

Collection of small macros for text manipulation (editor, undocumented, macro)

fHandle=TextTools(MacroName)

image thumbnail

updated almost 4 years ago

KeyBindings - Alter Matlab Editor key bindings by Perttu Ranta-aho

KeyBindings alters Matlab Editor's keyboard shortcuts. (editor, java, undocumented)

bindingsList=KeyBindings(keystroke, actionID, context)

Contact us