Tag Archives: Performance

Improving save performance

There are many different ways of improving Matlab’s standard save function performance.

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

Improving fwrite performance

Standard file writing performance can be improved in Matlab in surprising ways.

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

Parsing mlint (Code Analyzer) output

The Matlab Code Analyzer (mlint) has a lot of undocumented functionality just waiting to be used.

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

Handle Graphics Behavior

HG behaviors are an important aspect of Matlab graphics that enable custom control of handle functionality.

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

Solving a Matlab hang problem

A very common Matlab hang is apparently due to an internal timing problem that can easily be solved.

Categories: GUI, Low risk of breaking in future versions, Undocumented feature
Tags: , , ,
9 Comments

Buggy Profiler option

a bug exists in the profiler that prevents usage of its documented CPU timing functionality.

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

Undocumented Profiler options part 4

Several undocumented features of the Matlab Profiler can make it much more useful – part 4 of series.

Categories: Desktop, High risk of breaking in future versions, Stock Matlab function, Undocumented feature, Undocumented function
Tags: , , ,
1 Comment

Undocumented Profiler options part 3

An undocumented feature of the Matlab Profiler can report call history timeline – part 3 of series.

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

Undocumented Profiler options part 2

Several undocumented features of the Matlab Profiler can make it much more useful – part 2 of series.

Categories: Desktop, Medium risk of breaking in future versions, Stock Matlab function, Undocumented feature
Tags: , ,
1 Comment

File deletion memory leaks, performance

Matlab’s delete function leaks memory and is also slower than the equivalent Java function.

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