MATLAB: Does the Reuters fetch method throw an error in MATLAB R2009a

Why does the Reuters fetch method throw the following error message when requesting data:
??? In an assignment A(I) = B, the number of elements in B and I must be the same.
Error in ==> reuters.fetch at 88
d(i) = tib2struct(data);

Best Answer

This is a known limitation of the Datafeed Toolbox in MATLAB R2009a. Better support for the third party library Reuters Robust Foundation API was added in R2009b. Please contact MathWorks Technical Support if you need further assistance.