Customizing contour plots part 2
The contour lines of 3D Matlab plot can be customized in many different ways. This is the 2nd article on this issue.
The contour lines of 3D Matlab plot can be customized in many different ways. This is the 2nd article on this issue.
The figure's CurrentModifier property provides a simple and consistent way to retrieve keypress modifiers: alt-, control- and shift-clicks.
Matlab zoom, pan and rotate3d modes hijack the user's figure callbacks, but this can be overridden.
Several built-in components enable programmatic font selection in Matlab GUI - this article explains how.
Matlab may hang when using passive FTP commands such as mput and dir. A simple workaround is available to fix this.
Matlab print events can be trapped by users to enable easy printout customization.
Professional-looking slider controls can easily be integrated in Matlab GUI.
Matlab's view function returns an undocumented output transformation matrix.
Matlab chart legends are opaque be default but can be made semi- or fully transparent.
Matlab uipanel controls can be customized using Java in ways that are impossible with plain Matlab.