PlotEdit context-menu customization
A combination of Matlab and Java Robot commands to automate a certain animation can be used when we cannot access underlying GUI/graphics code.
A combination of Matlab and Java Robot commands to automate a certain animation can be used when we cannot access underlying GUI/graphics code.
My article on "Tips for Accelerating MATLAB Performance" was recently featured in the September 2017 Matlab newsletter digest.
The speed of the builtin csvwrite, dlmwrite functions can be improved dramatically.
Matlab's sendmail only sends simple text messages by default; a simple hack can cause it to send HTML-formatted messages.
Matlab's xmlread function cannot process XML data directly, but this can easily be overcome.
The new implicit expansion feature of Matlab R2016b can break user code in unexpected ways.
Fetching SQL ResultSet data from JDBC into Matlab can be made significantly faster.
Matlab uses logical (scaled) pixel positions. With high-DPI displays, this might cause problems, but it is easy to retrieve the physical (unscaled) pixel values.
Matlab uicontrols can often be customized using plain HTML/CSS, without need for advanced Java.
Subtle changes in the way that we test for zero/non-zero entries in Matlab can have a significant performance impact.