我正在尝试使用MATLAB 2018b及其数据馈送工具箱从彭博社检索特定时间范围内特定报价的报价数据。在数据馈送工具箱中“时间序列”功能的文档中,我找到了一个完全满足我需要的示例:
https://nl.mathworks.com/help/datafeed/blp.timeseries.html#mw_8b6c8864-9224-4345-973a-086c90603948
但是,在运行示例代码时,也可以通过使用命令在MATLAB中打开示例本身
openExample('datafeed/RetrieveTimeSeriesTickDataForDateTimeRangeWithFieldExample')
我收到以下错误:
Error using blp/timeseries (line 463)
Java exception occurred:
java.lang.ArrayIndexOutOfBoundsException: 0 >= 0
at java.util.Vector.elementAt(Unknown Source)
Error in deleteme (line 9)
d = timeseries(c,s,{startdate:enddate,starttime,endtime},interval,field);
有人知道这个错误和可能的解决方法吗?还是有解决方法?
提前感谢您的回复!