06-18-2013 05:13 PM
Hi,
I would like to learn how to control my NI boards via DAQmx9.3 in MATLAB without using Data Analysis Toolbox.
Thanks,
06-19-2013
10:37 AM
- last edited on
11-21-2025
04:11 PM
by
Content Cleaner
We do have a C API for DAQmx, which you should be able to call from any text based programming language able to load DLL's. (dynamic link library)
The MathWorks, Inc. has a few pages that discuss that functionality in MATLAB®.
http://www.mathworks.com/support/solutions/en/data/1-1ABRP/
http://www.mathworks.com/help/matlab/using-c-shared-library-functions-in-matlab-.html
Information on the function calls inside the C API, examples on their use, and where to find the DLL are in the following KnowledgeBases:
Note: MATLAB® is a registered trademark of The MathWorks, Inc.