xlswrite for Mac, Linux
Several Matlab utilities enable reading/writing spreadsheet data (including XLS files) in Macs, Linux.
Several Matlab utilities enable reading/writing spreadsheet data (including XLS files) in Macs, Linux.
Deployed (compiled) Matlab applications take a long time to load. I present a splash window that loads immadiately, solving this problem.
The Matlab waitfor function can be used to wait for asynchronous Java/ActiveX events, as well as with timeouts.
warnings can be trapped in a try-catch block just like regular errors. This articles explains how.
Matlab uitables can present long column headers in multiple lines, for improved readability.
The import function can be used to clarify Java code used in Matlab.
Matlab's scatter plot can automatically jitter data to enable better visualization of distribution density.
Copy-on-write and in-place data manipulations are very useful Matlab performance improvement techniques.
Several alternatives are explored for dynamic array growth performance in Matlab loops.
