Using NI DAQmx in MATLAB


This post is from Rob Campbell:
As part of TENSS [editor’s note: this course is run by great people– highly recommended] we have created a set of examples showing how to use DAQmx in MATLAB without the Data Acquisition Toolbox. This is achieved using Vidrio’s free wrapper, which exposes almost all of the DAQmx API and uses a call syntax similar to other languages (e.g. PyDAQmx). The DAQ Toolbox opens only a subset of DAQmx API and uses a rather different call syntax, making a transition to other languages harder for the user. The examples are at https://github.com/tenss/MatlabDAQmx