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 CenterFile Exchange에서 Downloads에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by