Tag Archives: Performance

77 relevant articles found:

Improving graphics interactivity

Matlab R2018b added default axes mouse interactivity at the expense of performance. Luckily, we can speed-up the default axes.

Categories: GUI, Handle graphics, Medium risk of breaking in future versions, Stock Matlab function
Tags: , , , ,
7 Comments

Multi-threaded Mex

Tips for creating and debugging multi-threaded Mex functions are discussed.

Categories: Low risk of breaking in future versions, Mex, Undocumented feature
Tags: , ,
4 Comments

Blocked wait with timeout for asynchronous events

It is easy to convert asynchronous (streaming) events into a blocked wait in Matlab.

Categories: Java, Listeners, Low risk of breaking in future versions, Memory
Tags: ,
Leave a comment

Speeding-up builtin Matlab functions – part 2

Built-in Matlab functions can often be profiled and optimized for improved run-time performance. This article shows a typical example.

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

Speeding-up builtin Matlab functions – part 1

Built-in Matlab functions can often be profiled and optimized for improved run-time performance. This article shows a typical example.

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

Using SQLite in Matlab

SQLite databases can be accessed in a variety of different ways in Matlab.

Categories: Java, Low risk of breaking in future versions, Undocumented feature
Tags: , , ,
Leave a comment

Tips for accelerating Matlab performance

My article on “Tips for Accelerating MATLAB Performance” was recently featured in the September 2017 Matlab newsletter digest.

Categories: Handle graphics, Low risk of breaking in future versions
Tags: , ,
2 Comments

Faster csvwrite/dlmwrite

The speed of the builtin csvwrite, dlmwrite functions can be improved dramatically.

Categories: Low risk of breaking in future versions, Mex, Undocumented feature
Tags: , , ,
5 Comments

Parsing XML strings

Matlab’s xmlread function cannot process XML data directly, but this can easily be overcome.

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

Quirks with parfor vs. for

Parallelizing loops with Matlab’s parfor might generate unexpected results. Users beware!

Categories: Guest bloggers, Medium risk of breaking in future versions, Memory, Stock Matlab function, Undocumented feature
Tags: , , , ,
7 Comments