Category Archives: Memory

16 relevant articles found:

Matlab’s internal memory representation

Matlab’s internal memory structure is explored and discussed.

Categories: Guest bloggers, High risk of breaking in future versions, Memory, Mex, Undocumented feature
Tags: , , , ,
9 Comments

Profiling Matlab memory usage

mtic and mtoc were a couple of undocumented features that enabled users of past Matlab releases to easily profile memory usage.

Categories: High risk of breaking in future versions, Memory, Stock Matlab function, Undocumented function
Tags: , , , ,
8 Comments

Matlab mex in-place editing

Editing Matlab arrays in-place can be an important technique for optimizing calculations. This article shows how to do it using Mex.

Categories: Guest bloggers, High risk of breaking in future versions, Memory, Mex, Stock Matlab function, Undocumented feature
Tags: , , , ,
15 Comments

Matlab-Java memory leaks, performance

Internal fields of Java objects may leak memory – this article explains how to avoid this without sacrificing performance.

Categories: Java, Low risk of breaking in future versions, Memory, Semi-documented feature, Stock Matlab function
Tags: , , ,
34 Comments

Performance: scatter vs. line

In many circumstances, the line function can generate visually-identical plots as the scatter function, much faster

Categories: Handle graphics, Low risk of breaking in future versions, Memory, Stock Matlab function
Tags: , ,
4 Comments

Undocumented profiler options

The Matlab profiler has some undocumented options that facilitate debugging memory bottlenecks and JIT (Just-In-Time Java compilation) problems.

Categories: Desktop, Medium risk of breaking in future versions, Memory, Stock Matlab function
Tags: , , , ,
23 Comments