Minimizing size of matices and vectors
5 ビュー (過去 30 日間)
古いコメントを表示
Hi I'm trying to run calculations with a huge amount of data. Resulting in that I get the "Out of memory" error. I am using eight matrices four with the sizes of ~1mb and four with the size of ~120mb. My question is if there is a way to work around this? Is there possibly some sort of zip-function?
Regards Johan
0 件のコメント
回答 (1 件)
Henan
2013 年 7 月 8 日
you can divide the huge data into several data block,and send them into you computer GPU to calculate them.
参考
カテゴリ
Help Center および File Exchange で Shifting and Sorting Matrices についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!