Export values of huge container.Map object
显示 更早的评论
Hi,
I have a container.Map with 6768252 keys which values are of great interest for an statistical assignment.
When I want to make a plot with the values of that container.Map, I try to create an array but I get 'Out of memory' error.
>> bytes = values(bytesMap) ??? Error using ==> values Out of memory. Type HELP MEMORY for your options.
The same happens when trying to export the values to a .txt file with dlmwrite, so I could deal with the values with another software:
>>dlmwrite(filename,values(bytesMap), 'delimiter',' ', 'precision',20); ??? Error using ==> values Out of memory. Type HELP MEMORY for your options.
Anny suggestions how to solve this issue?
Thanks.
回答(1 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Code Performance 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!