Matlab layout managers: uicontainer and relatives
Matlab contains a few undocumented GUI layout managers, which greatly facilitate handling GUI components in dynamically-changing figures.
Matlab contains a few undocumented GUI layout managers, which greatly facilitate handling GUI components in dynamically-changing figures.
The default Matlab figure toolbar and menu actions can easily be modified using simple pure-Matlab code. This article explains how.
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.
More information on Matlab's new HG2 object-oriented handle-graphics system
HG2 is presumably the next generation of Matlab graphics. This article tries to explore its features.
Matlab's undocumented feature function enables access to some internal experimental features
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