how to avoid crashing the computer while running heavy scripts?
Ältere Kommentare anzeigen
sometimes when i run a heavy calculation with huge Matrics the computer start to run slowly if i need to stop the program i usually move to the command window and hit Ctrl+C this does not work all the time and sometime i need to hit the key combination many times is there an easy way to stop the Matlab? or maybe use a code that avoid this?
also i use pc with 4GB Ram and i'm limited to matrix size of in about 7000X7000, i tried to use the swap memory (Hard Drive) instead of the Ram but in Matlab there is no effect
1 Kommentar
Image Analyst
am 30 Sep. 2014
I don't think there's enough information here for anyone to solve the problem. Perhaps if you uploaded the script and tell us how long until it hangs.....
Antworten (1)
Zoltán Csáti
am 3 Okt. 2014
0 Stimmen
Perhaps this is because MATLAB is working on high priority. Try to set it to normal or low priority to maintain responsiveness. A better way is to write a function that limits the maximum input size available for your specific calculation. I also experienced this phenomenon which made me restart my computer.
Kategorien
Mehr zu Matrix Indexing finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!