FactSet: "Unrecognized function or variable 'fds'."
조회 수: 2(최근 30일)
표시 이전 댓글
I've checked the requirements for FactSet https://mathworks.com/help/datafeed/data-server-connection-requirements.html and besides having a license, there are no other requirements.
I am running the following command on OSX
c = fds(login, password); % both login and password are defined
which returns
Unrecognized function or variable 'fds'.
Datafeed toolbox is installed, and the following command works
c = fred('https://fred.stlouisfed.org/');
Any help is welcome.
댓글 수: 0
답변(0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!