Yearly Archives: 2013

47 relevant articles found:

Accessing private object properties

Private properties of Matlab class objects can be accessed (read and write) using some undocumented techniques.

Categories: High risk of breaking in future versions, Mex, Undocumented feature
Tags: , , ,
2 Comments

Class object creation performance

Performance aspects of Matlab class object creation are discussed, with specific suggestions.

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

Plotly graphs

Plotly charts can be created and customized in Matlab.

Categories: Guest bloggers, GUI, Low risk of breaking in future versions
Tags: ,
4 Comments

sprintfc – undocumented helper function

The built-in sprintfc function can be used to quickly generate a cell-array of formatted strings.

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

Performance: accessing handle properties

Handle object property access (get/set) performance can be significantly improved using dot-notation.

Categories: GUI, Handle graphics, Low risk of breaking in future versions, Stock Matlab function, Undocumented feature, Undocumented function
Tags: , , , , , ,
13 Comments

Listbox layout customization

Matlab’s listbox layout can be modified to display multiple item columns and different inter-cell margins.

Categories: GUI, Java, Medium risk of breaking in future versions, UI controls
Tags: , , ,
14 Comments

Another Command Window text color hack

Matlab’s fprintf command has an undocumented hack to display orange-colored text.

Categories: Desktop, High risk of breaking in future versions, Stock Matlab function
Tags: ,
6 Comments

Matlab numerical gotchas

Matlab includes some numerical gotchas that we should be careful to avoid…

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

Draggable plot data-tips

Matlab’s standard plot data-tips can be customized to enable dragging, without being limitted to be adjacent to their data-point.

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

Using JIDE combo-boxes

Matlab includes many custom JIDE combo-box controls that can be used in Matlab GUIs out of the box.

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