Getting error Undefined function or variable 'iqf' with datafeedtoolbox
显示 更早的评论
When I run the command
>> c = iqf(username,password)
Undefined function or variable 'iqf'.
回答(1 个)
Steven Lord
2018-12-13
0 个投票
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
2018-12-13
>> help iqf
'iqf' requires Datafeed Toolbox.
类别
在 帮助中心 和 File Exchange 中查找有关 Introduction to Installation and Licensing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!