Undocumented Profiler options part 4
Several undocumented features of the Matlab Profiler can make it much more useful - part 4 of series.
Several undocumented features of the Matlab Profiler can make it much more useful - part 4 of series.
An undocumented feature of the Matlab Profiler can report call history timeline - part 3 of series.
Several undocumented features of the Matlab Profiler can make it much more useful - part 2 of series.
Matlab's delete function leaks memory and is also slower than the equivalent Java function.
Java's thread sleep() function is much more accurate than Matlab's pause() function.
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.
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.