Matlab's internal memory representation
Matlab's internal memory structure is explored and discussed.
Matlab's internal memory structure is explored and discussed.
mtic and mtoc were a couple of undocumented features that enabled users of past Matlab releases to easily profile memory usage.
Editing Matlab arrays in-place can be an important technique for optimizing calculations. This article shows how to do it using Mex.
Internal fields of Java objects may leak memory - this article explains how to avoid this without sacrificing performance.
In many circumstances, the line function can generate visually-identical plots as the scatter function, much faster
The Matlab profiler has some undocumented options that facilitate debugging memory bottlenecks and JIT (Just-In-Time Java compilation) problems.