ERROR IN LINE 387 -- YOU CAN FIND LINK BELOW. I HOPE YOU CAN HELP ME
case 7
cout = textscan(tmpdat,'%s%f%f%f%f%f%f','delimiter',',');
[dt,op,hg,lo,cl,vo,ac] = cout{:};
d = [datenum(dt,pivotyear,'yyyy-mm-dd'),op,hg,lo,cl,vo,ac];
end
catch exception
387-- error(message('datafeed:yahoo:fetchHistoryError'))
end
%Return only specific fields if any requested
if isvalflds
d = specificfieldsrequest(upper(valflds),d,upper(deblank(h)));
end

댓글 수: 1

Geoff Hayes
Geoff Hayes 2017년 7월 1일
편집: Geoff Hayes 2017년 7월 1일
Stefano - how are you calling fetch? What are the input parameters? Have you seen yahoo historical data bug or can't connect to yahoo?

댓글을 달려면 로그인하십시오.

답변 (1개)

dpb
dpb 2017년 7월 1일

0 개 추천

Seemingly a candidate for the FAQ -- <historical-stock-data-from-yahoo-with-matlab> in response to another poster just this AM...

카테고리

도움말 센터File Exchange에서 Financial Toolbox에 대해 자세히 알아보기

태그

질문:

2017년 7월 1일

답변:

dpb
2017년 7월 1일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by