Customizing menu items part 2
Matlab menu items can be customized in a variety of useful ways using their underlying Java object.
Matlab menu items can be customized in a variety of useful ways using their underlying Java object.
Matlab plot axes ticks can be customized in a way that will automatically update whenever the tick values change.
Java classes can easily be extended in Matlab, using pure Matlab code.
Sometimes Matlab gets into a state where it cannot use a valid m-file. This article explains what can be done.
The javacomponent function is very useful for placing Java components on-screen, but has a few quirks.
This article lists the different types of undocumented/unsupported/hidden aspects in Matlab
Undocumented Secrets of Matlab-Java Programming (ISBN 9781439869031) is a book dedicated to the integration of Matlab and Java.
The information of whether or not an axes is zoomed or panned can easily be inferred from an internal undocumented object.
A few Java-based customizations can transform a plain-looking data table into a lively colored one.
Matlab checkboxes can easily be made to support tri-state functionality.