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

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

 채택된 답변

Friedrich
Friedrich 2013년 5월 28일
편집: Friedrich 2013년 5월 28일
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.

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Hardware Discovery and Setup에 대해 자세히 알아보기

질문:

2013년 5월 28일

Community Treasure Hunt

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

Start Hunting!

Translated by