Category Archives: Stock Matlab function

Matlab-Java memory leaks, performance

Internal fields of Java objects may leak memory – this article explains how to avoid this without sacrificing performance.

Categories: Java, Low risk of breaking in future versions, Memory, Semi-documented feature, Stock Matlab function
Tags: , , ,
20 Comments

Command Window text manipulation

Special control characters can be used to format text output in Matlab’s Command Window.

Categories: Desktop, Low risk of breaking in future versions, Stock Matlab function
Tags:
3 Comments

Determining axes zoom state

The information of whether or not an axes is zoomed or panned can easily be inferred from an internal undocumented object.

Categories: Handle graphics, Hidden property, Medium risk of breaking in future versions, Stock Matlab function, Undocumented feature
Tags: , ,
2 Comments

Multi-line tooltips

Multi-line tooltips are very easy to set up, once you know your way around a few undocumented hiccups.

Categories: GUI, Low risk of breaking in future versions, Stock Matlab function, Undocumented feature
Tags: , , ,
Leave a comment

datestr performance

Caching is a simple and very effective means to improve code performance, as demonstrated for the datestr function.

Categories: Low risk of breaking in future versions, Stock Matlab function
Tags: ,
5 Comments

Reading non-Latin text files

A workaround that enables reading non-Latin text files in Matlab is shown

Categories: Low risk of breaking in future versions, Stock Matlab function
Tags: ,
Leave a comment