how to save work space?
Ältere Kommentare anzeigen
Dears
I am trying to save the workspace of my simulation program, however I get this message
Not enough memory to read file contents: Java heap space
Could you please help me with this!
regards
Antworten (3)
You could increase the Java Heap size as follows:
Windows:File->Preferences->General->Java heap space
Mac: MATLAB->Prefernces->General-> Java Heap Memory
Move the slider to maximum available Java Heap size and see if you still get the error
USe save or matfile to save your workspace
doc save
doc matfile
3 Kommentare
MURTADHA ALDEER
am 26 Jul. 2012
Srinivas
am 26 Jul. 2012
Check the blog below
MURTADHA ALDEER
am 28 Jul. 2012
Sumit Tandon
am 26 Jul. 2012
0 Stimmen
How are you saving the workspace? If you are saving variables to MAT-files, then consider using MATFILE command. It allows saving variable partially - using less memory in the process.
venkat vasu
am 26 Jul. 2012
0 Stimmen
save('filename','A','-append') use this code
this may be useful for you.
Kategorien
Mehr zu File Operations finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!