my computer shuts down when i run a matlab code
Mostra commenti meno recenti
hi everybody since yesterday i have been trying to run a matlab code (feature extraction using pca). the original matrix is 8192*300. However MATLAB shuts down by itself when I do so. java heap size is set at 990 MB (which is maximum). Can anyone please help me asap. thanks
5 Commenti
Adam
il 13 Apr 2015
You'll have to give more information on what you are doing exactly. 8192*300 is not a large data matrix, but depending what you are doing with PCA if you are creating thousands of result matrices or something similarly memory-intensive then it could be taking any amount of memory potentially.
I've never had my computer shut down on running Matlab code, although I have had it freeze to the extent I had to power off and on again.
maryam
il 13 Apr 2015
Guillaume
il 13 Apr 2015
Also note, that the java heap size has nothing to do with the amount of memory available for calculations and storing matrices
If anything increasing the java heap side may reduce the amount available to matlab. As a rule, don't mess with memory settings.
dpb
il 13 Apr 2015
Besides other comments what, precisely does "MATLAB shuts down by itself" and what error message(s) if any are produced? Also, of course, w/o the actual code and data, etc., nobody here can do a thing as except guess noted.
maryam
il 13 Apr 2015
Risposte (1)
Image Analyst
il 13 Apr 2015
0 voti
For complete crashes of MATLAB (not just your script, but the whole MATLAB development environment), where it just shuts down, contact the Mathworks: http://matlab.wikia.com/wiki/FAQ#After_installation.2C_MATLAB_crashes_or_gives_an_error_message_when_I_try_to_run_MATLAB.
If it's repeatable, they can probably fix it or give you a workaround.
Categorie
Scopri di più su Dimensionality Reduction and Feature Extraction in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!