Yearly Archives: 2012

50 relevant articles found:

xlswrite for Mac, Linux

Several Matlab utilities enable reading/writing spreadsheet data (including XLS files) in Macs, Linux.

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

Splash window for deployed applications

Deployed (compiled) Matlab applications take a long time to load. I present a splash window that loads immadiately, solving this problem.

Categories: GUI, Low risk of breaking in future versions
Tags: , ,
Comments Off on Splash window for deployed applications

Waiting for asynchronous events

The Matlab waitfor function can be used to wait for asynchronous Java/ActiveX events, as well as with timeouts.

Categories: GUI, High risk of breaking in future versions, Java, Listeners, Stock Matlab function, Undocumented feature
Tags: , , , ,
33 Comments

Trapping warnings efficiently

warnings can be trapped in a try-catch block just like regular errors. This articles explains how.

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

Using Groovy in Matlab

Groovy code can seamlessly be run from within Matlab.

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

Multi-line uitable column headers

Matlab uitables can present long column headers in multiple lines, for improved readability.

Categories: GUI, Low risk of breaking in future versions, Stock Matlab function, UI controls, Undocumented feature
Tags: , , , ,
19 Comments

The Java import directive

The import function can be used to clarify Java code used in Matlab.

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

Undocumented scatter plot jitter

Matlab’s scatter plot can automatically jitter data to enable better visualization of distribution density.

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

Internal Matlab memory optimizations

Copy-on-write and in-place data manipulations are very useful Matlab performance improvement techniques.

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

Array resizing performance

Several alternatives are explored for dynamic array growth performance in Matlab loops.

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