Introduction to UDD
UDD classes underlie many of Matlab's handle-graphics objects and functionality. This article introduces these classes.
UDD classes underlie many of Matlab's handle-graphics objects and functionality. This article introduces these classes.
This article explains how to use undocumented axes listeners for implementing multi-column plot legends
The switchyard function design pattern can be very useful when setting Matlab callbacks to Java GUI controls. This article explains why and how.
This article explains a couple of Matlab utilities that use Java's Robot class to programmatically control mouse and keyboard actions
This article explains how Java's Robot class can be used to programmatically control mouse and keyboard actions
An example using matlabcontrol for calling Matlab from a separate Java process is explained.
An example using matlabcontrol for calling Matlab from within a Java class is explained and discussed
MatlabControl is an open-source wrapper of JMI that allows an easy and documented way to communicate from Java to Matlab. This article describes this wrapper.
JIDE property grids can use complex cell renderer and editor components and can signal property change events asynchronously to Matlab callbacks
The JIDE components pre-bundled in Matlab enable creating user-customized property grid tables