JMI – Java-to-Matlab Interface
JMI enables calling Matlab functions from within Java. This article explains JMI's core functionality.
JMI enables calling Matlab functions from within Java. This article explains JMI's core functionality.
The Java Swing Event Dispatch Thread (EDT) is very important for Matlab GUI timings. This article explains the potential pitfalls and their avoidance using undocumented Matlab functionality.
Inactive Matlab uicontrols cannot normally display their tooltips. This article shows how to do this with a combination of undocumented Matlab and Java hacks.
Matlab's uicontrol tooltips have several limitations that can be overcome using the control's underlying Java object.
Matlab's Image Processing Toolbox's impoint function contains an annoying bug that can be fixed using some undocumented properties.