Prereq.
Matlab version 7.1.0 R14 SP3
Datafeed toolbox version 1.7
Financial Time Series toolbox version 2.2
Well, everything seems up to date, just wanted to make sure that is known before i post my problem here.
Steps i go through.
a) Datafeed , download data from Yahoo finance, i've used Nasdaq composite, SP500 and DowJones. Saved it in a matlab file named index.mat
b) Financial time series, trying to load the index.mat to do some analysis on nasdaq composite and i get an error as:
??? Attempt to reference field of non-structure array.
Error in ==> ftseries\private\setftsguidata at 25
data_desc{didx, 1} = MAT_data{didx}.desc;
Error in ==> ftsfilemenu at 78
setftsguidata(MAT_data, data_names, data_class);
??? Error while evaluating uimenu Callback.
>>
Then i try a DIFFERENT METHOD
c) I download the data directly from yahoo and convert it to, first .xls and then to a ascii .txt file.
d) Datafeed toolbox, trying to import the ascii data and i get an error as:
??? Error using ==> ascii2fts
Either the file contents do not correspond to the input
information, or the file contents contain time information
which was not indicated in the function call.
The actual error generated when reading the text file via
TEXTREAD is:
Number of outputs must match the number of unskipped input fields.
Error in ==> ftsfilemenu at 691
MAT_data = ascii2fts([pathname, filename], DescLine, ColHeadLine, SkipLines);
??? Error while evaluating uimenu Callback.
>>
What might be the problem here ?
Matlab version 7.1.0 R14 SP3
Datafeed toolbox version 1.7
Financial Time Series toolbox version 2.2
Well, everything seems up to date, just wanted to make sure that is known before i post my problem here.
Steps i go through.
a) Datafeed , download data from Yahoo finance, i've used Nasdaq composite, SP500 and DowJones. Saved it in a matlab file named index.mat
b) Financial time series, trying to load the index.mat to do some analysis on nasdaq composite and i get an error as:
??? Attempt to reference field of non-structure array.
Error in ==> ftseries\private\setftsguidata at 25
data_desc{didx, 1} = MAT_data{didx}.desc;
Error in ==> ftsfilemenu at 78
setftsguidata(MAT_data, data_names, data_class);
??? Error while evaluating uimenu Callback.
>>
Then i try a DIFFERENT METHOD
c) I download the data directly from yahoo and convert it to, first .xls and then to a ascii .txt file.
d) Datafeed toolbox, trying to import the ascii data and i get an error as:
??? Error using ==> ascii2fts
Either the file contents do not correspond to the input
information, or the file contents contain time information
which was not indicated in the function call.
The actual error generated when reading the text file via
TEXTREAD is:
Number of outputs must match the number of unskipped input fields.
Error in ==> ftsfilemenu at 691
MAT_data = ascii2fts([pathname, filename], DescLine, ColHeadLine, SkipLines);
??? Error while evaluating uimenu Callback.
>>
What might be the problem here ?
