how can i increase speed processing of MATLAB,
Afficher commentaires plus anciens
I'm running big calculations and simulations on a powerful computer (2 i7-8cores and 8 GB RAM). But for some reason it only uses 10-13% of both RAM and CPU power. How can I increase this?
1 commentaire
Azzi Abdelmalek
le 15 Fév 2014
What about your OS?
Réponses (1)
per isakson
le 15 Fév 2014
Modifié(e) : per isakson
le 15 Fév 2014
0 votes
- Matlab is basically single threaded (uses one core at a time)
- There is a Parallel Computing Toolbox
- Use profile to improve the code
Catégories
En savoir plus sur Programming dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!