Getting error Undefined function or variable 'iqf' with datafeedtoolbox

1 Ansicht (letzte 30 Tage)
Chris
Chris am 13 Dez. 2018
Kommentiert: madhan ravi am 13 Dez. 2018
When I run the command
>> c = iqf(username,password)
Undefined function or variable 'iqf'.

Antworten (1)

Steven Lord
Steven Lord am 13 Dez. 2018
This function was introduced in release R2012b. Are you using that release or newer?
If you are, check the output of the ver function. Does it list Datafeed Toolbox, the toolbox that contains the iqf function?
If it does, it's possible that all the licenses for that toolbox are currently in use. Use the license function to check or ask your license adminstrator (probably someone in your IT department.)
  1 Kommentar
madhan ravi
madhan ravi am 13 Dez. 2018
Does it list Datafeed Toolbox, the toolbox that contains the iqf function?
>> help iqf
'iqf' requires Datafeed Toolbox.

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Downloads finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by