Bug in xml2struct?

1 次查看(过去 30 天)
Jacopo
Jacopo 2011-9-27
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 个评论
Walter Roberson
Walter Roberson 2011-9-27
10^4 large in how many dimensions? e.g., is it 10^4 x 10^4 ?
Jan
Jan 2011-9-27
@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.

请先登录,再进行评论。

回答(2 个)

UJJWAL
UJJWAL 2011-9-27
xml2mat ?? When I type xml2mat in MATLAB R2011b then I get nothing....

Jacopo
Jacopo 2011-9-27
Sorry, I have reformulated the question.

类别

Help CenterFile Exchange 中查找有关 Structured Data and XML Documents 的更多信息

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by