Category Archives: Presumed future risk

Indicated the presumed risk of this feature breaking in some future Matlab version

Matlab mex in-place editing

Editing Matlab arrays in-place can be an important technique for optimizing calculations. This article shows how to do it using Mex.

Categories: High risk of breaking in future versions, Memory, Mex, Stock Matlab function, Undocumented feature
Tags: , , ,
Leave a comment

MLintFailureFiles or: Why can’t I save my m-file?!

Sometimes Matlab gets into a state where it cannot use a valid m-file. This article explains what can be done.

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

Using spinners in Matlab GUI

Spinner controls can easily be added to Matlab GUI. This article explains how.

Categories: GUI, Java, Low risk of breaking in future versions
Tags: , ,
1 Comment

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: , , ,
11 Comments

Recovering previous editor state

Recovering the previous state of the Matlab editor and its loaded documents is possible using a built-in backup config file.

Categories: Desktop, Low risk of breaking in future versions, Undocumented feature
Tags: , , ,
7 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