what segment of memory does the matlab primary work space and function work space occupies?

1 回表示 (過去 30 日間)
what segment of memory(data segment, stack segment) does the matlab primary work space and function work space occupies?

採用された回答

James Tursa
James Tursa 2014 年 6 月 9 日
Not sure we understand your question completely, or why you are asking it. The memory for variable data typically comes from the heap, allowing for very large variables depending on your system memory and how fragmented it is. Is that what you are asking?
  5 件のコメント
James Tursa
James Tursa 2014 年 6 月 10 日
編集済み: James Tursa 2014 年 6 月 10 日
The heap is basically your main computer memory that all of your programs have access to through the operating system. For the variable name and workspace bookkeeping, that is proprietary to MATLAB and I am not aware of any official documentation discussing the details beyond the basics of what I have already written.
Gautam
Gautam 2014 年 6 月 11 日
Thanks it was really helpful.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeGet Started with MATLAB についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by