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 menus can be customized in a variety of undocumented manners - first article of a series.
Matlab plot axes ticks can be customized in a way that will automatically update whenever the tick values change.
The new MathWorks Plot Gallery provides access to some plotting examples on the File Exchange. Numerous others are available, extending the customizability of Matlab graphics.
The default spy Easter-egg image in the spy function has recently changed.
Java classes can easily be extended in Matlab, using pure Matlab code.
The built-in urlread functions has severe limitations. This article explains how to solve them.
Matlab's internal memory structure is explored and discussed.
Matlab does not normally provide information about the Java calls on the stack trace. A simple trick can show us this information.
mtic and mtoc were a couple of undocumented features that enabled users of past Matlab releases to easily profile memory usage.