Read multidimensional data from a .mat file
显示 更早的评论
I have a big data file (3GB +) that I want to read in Simulink without loading it into RAM. Furthermore, the data is a four dimensional array so I cannot use the 'From File' block (or at least I can't figure out how to)
[w1 w2 w3] = data(t,x,y,z)
What is the best procedure to do this?
Thanks in advance!
1 个评论
Björn
2013-9-18
I'm not sure this is possible. Unless you already know which portion of the file you want to read (columns and rows)
回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Sources 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!