Undocumented Profiler options part 2
Several undocumented features of the Matlab Profiler can make it much more useful - part 2 of series.
Several undocumented features of the Matlab Profiler can make it much more useful - part 2 of series.
The MCR_CACHE_ROOT environment variable can reportedly help to speed-up deployed Matlab executables.
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.
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 menus can be customized in a variety of undocumented manners - first article of a series.
Matlab plot axes ticks can be customized in a way that will automatically update whenever the tick values change.