Getting error Undefined function or variable 'iqf' with datafeedtoolbox
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
When I run the command
>> c = iqf(username,password)
Undefined function or variable 'iqf'.
0 comentarios
Respuestas (1)
Steven Lord
el 13 de Dic. de 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 comentario
madhan ravi
el 13 de Dic. de 2018
>> help iqf
'iqf' requires Datafeed Toolbox.
Ver también
Categorías
Más información sobre Downloads en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!