Getting error Undefined function or variable 'iqf' with datafeedtoolbox

1 回表示 (過去 30 日間)
Chris
Chris 2018 年 12 月 13 日
コメント済み: madhan ravi 2018 年 12 月 13 日
When I run the command
>> c = iqf(username,password)
Undefined function or variable 'iqf'.

回答 (1 件)

Steven Lord
Steven Lord 2018 年 12 月 13 日
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 件のコメント
madhan ravi
madhan ravi 2018 年 12 月 13 日
Does it list Datafeed Toolbox, the toolbox that contains the iqf function?
>> help iqf
'iqf' requires Datafeed Toolbox.

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeDownloads についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by