Category Archives: Java

Customizing menu items part 3

Matlab menu items can easily display custom icons, using just a tiny bit of Java magic powder.

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

Customizing menu items part 2

Matlab menu items can be customized in a variety of useful ways using their underlying Java object.

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

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

Java stack traces in Matlab

Matlab does not normally provide information about the Java calls on the stack trace. A simple trick can show us this information.

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

Using Java Collections in Matlab

Java includes a wide selection of data structures that can easily be used in Matlab programs – this article explains how.

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