Yearly Archives: 2009

Customizing uiundo

This article describes how Matlab’s undocumented uiundo undo/redo manager can be customized

Categories: Handle graphics, Hidden property, High risk of breaking in future versions, Stock Matlab function, UI controls, Undocumented feature
Tags: , , , , ,
5 Comments

uiundo – Matlab’s undocumented undo/redo manager

The built-in uiundo function provides easy yet undocumented access to Matlab’s powerful undo/redo functionality. This article explains its usage.

Categories: Figure window, GUI, High risk of breaking in future versions, Stock Matlab function, UI controls, Undocumented feature, Undocumented function
Tags: , , , , , , ,
Leave a comment

Accessing the Matlab Editor

The Matlab Editor can be accessed programmatically, for a wide variety of possible uses – this article shows how.

Categories: Desktop, High risk of breaking in future versions, Java
Tags: , , , ,
23 Comments

Updating speaker sound volume

Matlab enables setting the speaker volume via documented Java calls

Categories: GUI, Java, Low risk of breaking in future versions
Tags:
8 Comments

Performance: scatter vs. line

In many circumstances, the line function can generate visually-identical plots as the scatter function, much faster

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

Undocumented scatter plot behavior

The scatter plot function has an undocumented behavior when plotting more than 100 points: it returns a single unified patch object handle, rather than a patch handle for each specific point as it returns with 100 or less points.

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