"matfile" function does not fetch variables with multiple fields?
显示 更早的评论
I have a very big mat file(about 2 GB),in which there are several hierarchical relationships, there is an array of variables occupy a lot of memory, such as matObj.field.sub1.sub2.var, in the "var" occupies a lot of space, it is not convenient to import into matlab at once, so I use the matfile function to parse, size function to determine the size of var, I tried to use size( matObj,'field.sub1.sub2.var') to judge, but it will report an error, field.sub1.sub2.var is not a variable of matObj. How can I solve the problem efficiently? I'd appreciate your answer!
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Workspace Variables and MAT Files 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!