MATLAB: Can I discover device without installing DAQ

daqdaq.getdevicesinstallMATLAB

Hi,
I have Ni-DAQ devices connected to my PC and I would like to know if I can check if they are available in MATLAB.
Can I do it without installing Data Acquisition Toolbox?

Best Answer

daq.getDevices lists devices available to your system and in order to use this function you must have Data Acquisition Toolbox installed.