Fast Saving of Custom Class Array
2 次查看(过去 30 天)
显示 更早的评论
Is there a faster way of saving an array of custom matlab classes than the built in save function?
I have an array of instances of a custom class each of which has two properties containing matrices of dimension about 600x800 [double]. I would like to be able to save and load this array as a variable although the built in save function is very slow. Using '-v7.3' formatting it takes around 1 second per array element. This array will eventually be hundreds of elements long. Is there a faster way of saving and loading objects?
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Numeric Types 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!