How to set Matlab Option Preferences -> Workspace and enable "Limit the maximum array size to a percentage of RAM" programmatically ?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Hi,
I have very large variable to work with (e.g. A = zeros(10000,1000,1000) , which is about 80GB, far superior to my RAM = 32BG). When I unchecked: Preferences -> Workspace and enable "Limit the maximum array size to a percentage of RAM"
I can handle the issue and create this variable in the workspace, no problem.
But I want to create a standalone application: how to set this option programmatically ?
Thank you,
Maia
0 Commenti
Risposte (0)
Vedere anche
Categorie
Scopri di più su MATLAB Report Generator in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!