我想使用Fecth函数来获取一些数据,查看.m文件中的示例我似乎无法使用以下命令运行该函数;
fetch(yahoo(), "yhoo", "01-Jul-2015", "10-Jul-2015", "w")
这给了我以下错误;
error: dates(_,4): but dates has size 0x0
error: called from
fetch_yahoo at line 69 column 12
fetch at line 124 column 18
有谁知道这里出了什么问题?我已经尝试将'w'改为'd',但不知道出了什么问题?