Is the RAM memory limiting the output?

2 ビュー (過去 30 日間)
Joel Schelander
Joel Schelander 2021 年 4 月 20 日
回答済み: Walter Roberson 2021 年 4 月 20 日
My computer has a 64 GB RAM. I recently adjusted the size of my matrices so calculations withing the function H1 is possible (which is limited by the RAM).
My function looks like this:
[GUD]=H1(ID2,HHPerson,nBEV,BEV,x,Hcombos,Household,sample,A);
Is GUD limited by the RAM as well? I do not do any calculations with GUD, I just save it.

採用された回答

Walter Roberson
Walter Roberson 2021 年 4 月 20 日
Is GUD limited by the RAM as well?
Yes. It needs to exist in memory in order for you to be able to save it to a file.
However, in some cases it is possible to break up a calculation into smaller pieces and write out each piece of results to the file.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeWhos についてさらに検索

製品


リリース

R2017b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by