Bug in xml2struct?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
I need to convert some huge matrices (dim=O(10^4)) from xml to mat. To do so, I pass xml --> struct and then struct-->mat. I used xml2struct but I got a bus error / segmentation fault because of lack of memory for the structure. Have you got any advice for me?
4 Commenti
Jan
il 27 Set 2011
@Walter: A [1e4 x 1e4] DOUBLE array needs 800 MB, as you know. If the program creates several temporary values of this array, even modern computers might be exhausted.
Risposte (2)
UJJWAL
il 27 Set 2011
xml2mat ?? When I type xml2mat in MATLAB R2011b then I get nothing....
0 Commenti
Vedere anche
Categorie
Scopri di più su String Parsing 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!