quandl / Matlab

Quandl's Matlab module
55 stars 57 forks source link

Problem with Cursor_ID in Datatables #17

Open tomscag opened 4 years ago

tomscag commented 4 years ago

When more than 10000 rows are requested it seems that the extra field Cursor_ID is generated, and this error appear 'Brace indexing is not supported for variables of this type', and this is understandable because he expects a cell array but a simple char is generated. Then how to deal with these kind of situations? I think I should use the Cursor_ID to get the remaining part but I don't know how and the code does not seem to deal with these kind of request