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

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 Kommentar

Can you check whether 'fds' has been assigned as a variable. Run
who fds
to check.

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Shivang
Shivang am 21 Dez. 2023

0 Stimmen

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

Kategorien

Mehr zu Startup and Shutdown finden Sie in Hilfe-Center und File Exchange

Produkte

Version

R2022a

Gefragt:

am 10 Jun. 2022

Beantwortet:

am 21 Dez. 2023

Community Treasure Hunt

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

Start Hunting!

Translated by