Undocumented Profiler options part 3
An undocumented feature of the Matlab Profiler can report call history timeline - part 3 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 MCR_CACHE_ROOT environment variable can reportedly help to speed-up deployed Matlab executables.
The ScreenCapture utility uses purely-documented Matlab for capturing a screen region as an image from within Matlab.
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.
Copy-on-write and in-place data manipulations are very useful Matlab performance improvement techniques.