Saving structures quickly with serialization

June 18, 2013 at 02:38 PM | categories: Code, Matlab | View Comments

In an earlier post I showed how to improve performance when saving large numerical arrays. However, often when working with FieldTrip, which uses complex nested structures and cell arrays to represent data, it is not easy to convert these structures into contiguous arrays. This very detailed post on the UndocumentedMatlab...