ListBoards
Version 1.0.0.0 (963 Bytes) by
Richard Medlock
Returns a list of all available boards for a specified adaptor.
2.3K Downloads
Updated
30 Aug 2002
No License
This function returns a list of available analog channels for a specified adaptor.
Example:
[BoardNames, BoardIDs, Inputs, Outputs] = ListBoards('winsound')
BoardNames =
'Creative SoundBlaster PCI'
'Midiman Delta AP 1/2'
'Midiman Delta AP S/PDIF'
'Midiman Delta AP Multichannel'
'Midiman Delta AP Mon. Mixer'
BoardIDs =
0 1 2 3 4
Inputs =
0 1 2 3 4
Outputs =
0 1 2 3
Also Tested on R13
Cite As
Richard Medlock (2026). ListBoards (https://uk.mathworks.com/matlabcentral/fileexchange/2315-listboards), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Created with
R12.1
Compatible with any release
Platform Compatibility
Windows macOS LinuxCategories
Find more on Hardware Discovery and Setup in Help Center and MATLAB Answers
Tags
Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
| Version | Published | Release Notes | |
|---|---|---|---|
| 1.0.0.0 |
