problem reading matlab data files

For questions and discussion related to reading in and working with data.
TomDoan
Posts: 7814
Joined: Wed Nov 01, 2006 4:36 pm

Re: problem reading matlab data files

Unread post by TomDoan »

Nabtheberliner wrote:Indeed the datasets are mixed up, i try to get the data for the example 13.19 US macro p.485 from what they provide as ressource but when i open it in RATS wizard, i have no clue about what i'm dealing with, so the only way is getting the matlab or gauss source code?
You could ask the authors if they have more information about the data sets. But as it stands, you would have no way of knowing which series are which without looking at the programs.
Nabtheberliner wrote: If i wanna delete some columns for instance column 3 and 5, assuming i have all together 8 columns?
You can skip columns at the end or at the beginning, but not in the middle. You can read them and not use them.
Post Reply