error loading mat file
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Mayss Aliyeh
am 19 Mai 2017
Beantwortet: Walter Roberson
am 19 Mai 2017
I have 64bit(win64) and 8GB RAM I have matfile that contains a variable struct size ~4GB, and I receive an error of loading it How should I solve this problem?
0 Kommentare
Akzeptierte Antwort
Walter Roberson
am 19 Mai 2017
If the error is that you are running out of memory, then try increasing the size of your system swap space.
If the error is that some variable is larger than your preference, then you should go into Preferences -> Workspace and scroll down and turn off "Limit the maximum array size to a percentage of RAM"
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Workspace Variables and MAT-Files finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!