Improving graphics interactivity
Matlab R2018b added default axes mouse interactivity at the expense of performance. Luckily, we can speed-up the default axes.
Matlab R2018b added default axes mouse interactivity at the expense of performance. Luckily, we can speed-up the default axes.
Solution and analysis of a simple Matlab puzzle that leads to interesting insight on Matlab's parser.
A simple Matlab puzzle that leads to interesting insight on Matlab's parser.
Scrollbars can easily be added to Matlab panels, to enable scroll-panes of GUI controls and axes.
Matlab plot legends and their internal components can be customized using a variety of undocumented properties that are easily accessible.
Matlab contains a variety of ways to define/display slider controls in GUI windows.
Images can be automatically color-scaled for maximum resolution, using the undocumented MarkedClean event.
Basic bar charts and histogram plots can be customized in important aspects.
Conditional breakpoints can be used to instrument code with user-specified code.
Matlab has changed the mechanism that enables user-defined tab-completion of function inputs.