amforte / Topographic-Analysis-Kit

Set of matlab based tools for topographic analysis, built on top of TopoToolbox.
GNU General Public License v3.0
42 stars 35 forks source link

KsnProfiler: Problems Saving Large Datasets #12

Closed kxwhipple closed 5 years ago

kxwhipple commented 5 years ago

When working with large datasets, KsnProfiler will issue this Warning for some versions of Matlab: "Variable 'input_params' was not saved. For variables larger than 2GB use MAT-file version 7.3 or later." In this case, at the end of the process, KsnProfiler will crash as it fails to save the data.

Adam is aware of the problem and will soon fix this. In the meantime he points out that users can avoid this (if it occurs with their version of Matlab) by setting *.mat files to be saved as v7.3 by default in their matlab settings.

amforte commented 5 years ago

This has been fixed in both matlab and compiled versions now.