Waiting for asynchronous events
The Matlab waitfor function can be used to wait for asynchronous Java/ActiveX events, as well as with timeouts.
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.
Preallocation is a standard Matlab speedup technique. Still, it has several undocumented aspects.
Matlab menu items can easily display custom icons, using just a tiny bit of Java magic powder.