Category Archives: Guest bloggers

Extending a Java class with UDD

Java classes can easily be extended in Matlab, using pure Matlab code.

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

Expanding urlread capabilities

The built-in urlread functions has severe limitations. This article explains how to solve them.

Categories: Guest bloggers, Java, Low risk of breaking in future versions, Stock Matlab function
Tags: ,
1 Comment

Matlab’s internal memory representation

Matlab’s internal memory structure is explored and discussed.

Categories: Guest bloggers, High risk of breaking in future versions, Memory, Mex, Undocumented feature
Tags: , , , ,
4 Comments

Matlab mex in-place editing

Editing Matlab arrays in-place can be an important technique for optimizing calculations. This article shows how to do it using Mex.

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

Controlling callback re-entrancy

Callback reentrancy is a major problem for frequently-fired events. Luckily, it can easily be solved.

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

JBoost – Integrating an external Java library in Matlab

This article shows how an external Java library can be integrated in Matlab

Categories: Guest bloggers, Java, Low risk of breaking in future versions
Tags: ,
Leave a comment