필터 지우기
필터 지우기

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

조회 수: 2 (최근 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.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Scope Variables and Generate Names에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by