| Data Acquisition Toolbox | ![]() |
General Toolbox Information
To display general information about the Data Acquisition Toolbox
out = daqhwinfo
out =
ToolboxName: 'Data Acquisition Toolbox'
ToolboxVersion: [1x39 char]
MatlabVersion: '6.0.0.74976 (R12)'
InstalledAdaptors: {4x1 cell}
The InstalledAdaptors field lists the hardware driver adaptors installed on your system. To display the installed adaptors
out.InstalledAdaptors
ans =
'cbi'
'hpe1432'
'nidaq'
'winsound'
This information tells you that an adaptor is available for ComputerBoards, Agilent Technologies, National Instruments, and sound card devices.
| Note Toolbox adaptors are available to you only if the associated hardware driver is installed on your platform. |
| Examining Your Hardware Resources | Adaptor-Specific Information | ![]() |