Prev: Read a *. File
Next: MATLab and Database
From: Rui Gonçalves on 21 Apr 2008 05:16 Hi! I have several matrices (say M matrixes) indexed for a certain set (let?s called set T), with a total of M*T matrixes. I want do put the M*T matrices organized in a unique data stucture. Can anyone tell me the best way to do so? Like, should i use struct or cell array. Who's faster when accessing data? If I use struct, I would have one struct with T fields and each field would have M fields, containing a matrix. If I use a cell array, i would get T cell arrays with M cell arrays each, one matrix in each cell. What's the best way to store this data? Thanks in advance!
|
Pages: 1 Prev: Read a *. File Next: MATLab and Database |