FactSet: "Unrecognized function or variable 'fds'."

조회 수: 1 (최근 30일)
Artem Lensky
Artem Lensky 2022년 6월 10일
답변: Shivang 2023년 12월 21일
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.
  댓글 수: 1
vidyesh
vidyesh 2023년 10월 27일
Can you check whether 'fds' has been assigned as a variable. Run
who fds
to check.

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

답변 (1개)

Shivang
Shivang 2023년 12월 21일
Hi Artem,
I understand you're running into an error while using the 'fds' function from the Datafeed Toolbox.
The error you encountered likely indicates a problem with your MATLAB search path.
You can try restoring the MATLAB search path and rehashing the toolbox cache:
>> restoredefaultpath % This will remove any custom paths
>> rehash toolboxcache
>> savepath
If this doesn't help, I would suggest contacting Technical Support: https://www.mathworks.com/support/contact_us.html
Hope this helps.
-Shivang

카테고리

Help CenterFile Exchange에서 Downloads에 대해 자세히 알아보기

제품


릴리스

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by