Yearly Archives: 2016

36 relevant articles found:

Zero-testing performance

Subtle changes in the way that we test for zero/non-zero entries in Matlab can have a significant performance impact.

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

AppDesigner’s mlapp file format

MLAPP files created by AppDesigner can be inspected and manipulated outside AppDesigner.

Categories: GUI, High risk of breaking in future versions, Undocumented feature
Tags: , , , , ,
10 Comments

Customizing axes part 5 – origin crossover and labels

The axes rulers (axles) can be made to cross-over at any x,y location within the chart.

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

Customizing uifigures part 1

Matlab’s new web-based uifigures can be customized in a variety of undocumented ways.

Categories: Figure window, Handle graphics, Hidden property, Medium risk of breaking in future versions, Undocumented feature
Tags: , , ,
8 Comments

Listbox selection hacks

Matlab listbox selection can be customized in a variety of undocumented ways.

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

A few parfor tips

The parfor (parallel for) loops can be made faster using a few simple tips.

Categories: Medium risk of breaking in future versions, Public presentation, Undocumented function
Tags: , ,
6 Comments

Handling red Java console errors

Red Java errors are sometimes displayed in the Matlab console. They can be removed or avoided in a variety of means.

Categories: Desktop, Java, Low risk of breaking in future versions
Tags: ,
6 Comments

MEX ctrl-c interrupt

An undocumented MEX function can help interrupt running MEX functions.

Categories: High risk of breaking in future versions, Mex
Tags: , , ,
5 Comments

Figure window customizations

Matlab figure windows can be customized in numerous manners using the underlying Java Frame reference.

Categories: Figure window, GUI, Hidden property, High risk of breaking in future versions, Java, Undocumented feature
Tags: , , , ,
Leave a comment

rmfield performance

The performance of the builtin rmfield function (as with many other builtin functions) can be improved by simple profiling.

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