memory error
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Hi! Is it possible to use "to much memory" while running a matlab program without an error message? I'm running a program that calculates the mean value from real-time data and plots it. When the parameters changes to much at the same time the plot freeze and matlab aint responding to any commands and the only way to make it work is to use ctrl+alt+del. Anyone that's familiar whith this type of error and has a solution for it? BR Johan
0 Commenti
Risposte (1)
the cyclist
il 21 Giu 2011
Yes, it is possible to use "too much memory" without getting an error message. When the memory requirements get very large, MATLAB will start to use virtual memory, and all the processing will slow down.
Try searching "matlab virtual memory" for hints here about memory issues. Here is one I found:
0 Commenti
Vedere anche
Categorie
Scopri di più su Logical in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!