From: David on
Hello, I have just installed the Instrument control toolbox (it is now listed in my license details, when I use the command 'ver', and the m-files are in my toolbox folder), but I get the error eg "??? Undefined function or variable 'instrhwinfo'." whenever I attempt to use any of the functions. I have added the relavent toolbox path, but with no sucess. Any suggestions? Thanks
From: Donn Shull on
"David " <d.h.thomas(a)ed.ac.uk> wrote in message <hm5u6h$666$1(a)fred.mathworks.com>...
> Hello, I have just installed the Instrument control toolbox (it is now listed in my license details, when I use the command 'ver', and the m-files are in my toolbox folder), but I get the error eg "??? Undefined function or variable 'instrhwinfo'." whenever I attempt to use any of the functions. I have added the relavent toolbox path, but with no sucess. Any suggestions? Thanks

You may have an outdated toolbox cache path

try

>> rehash toolboxreset

hope this helps,

Donn