I don't know why I got an error using command "daq.getVendors" and "daq.getDevices" ?

2 views (last 30 days)
Dear all
I'm using a National instrument NI-6251 USB board and matlab R2013a with Data acquisition toolbox. the problem is that when I want to use "daq.getVendors" and "daq.getDevices" I get this error :
The specified superclass 'internal.SetGetRenderer' contains a parse error or cannot be found on MATLAB's search path, possibly shadowed by another file with the same name.
Do you have any idea about that ?
thanks and regards

Accepted Answer

Friedrich
Friedrich on 28 May 2013
Edited: Friedrich on 28 May 2013
Hi,
what does the following command give for you?
which internal.SetGetRenderer -all
The output should be
C:\Program Files\MATLAB\R2013a\toolbox\shared\testmeaslib\general\+internal\SetGetRenderer.m % internal.SetGetRenderer constructor
If nothing pops up run:
restoredefaultpath; matlabrc
and then try again.

More Answers (0)

Categories

Find more on Communications Toolbox in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!