Interfacing MATLAB5 with National Instrument DAQ Card
This software is implemented by using the ability of MEX file in MATLAB5.
It is compiled and working on Windows 95. It should be working on UNIX
machine too. Only ".dll" is required to use it in MATLAB.
- Name: Interfacing MATLAB with National
Instrument DAQ Card
- Last Updated: 10 December 1997
- Platform: Microsoft Windows 95
- Software: getdata.dll
( 38,912 bytes)
- Source Code: getdata.c
( 4,093 bytes)
- For More Information: Contact
Kittiphan Techakittiroj
- Remark:
- To compile the source code by using "mex" in MATLAB5, I
including the required files (header, library) from
National Instrument Driver
in the same directory as the source code. The required
NIDAQ files are "nidaqex.h", "nidaq32b.lib", "nidaq.h",
"nidaqcns.h", "nidaqerr.h", "olderror.h", "nidex32b.lib",
and "nidex32.dll".