Difference between revisions of "Matlab"
From Sensoray Technical Wiki
(Created page with "==Using Sensoray products with Matlab== Most Sensoray products have a free SDK (software development kit) that includes an API (application programming interface) library tha...") |
|||
Line 3: | Line 3: | ||
Most Sensoray products have a free SDK (software development kit) that includes an API (application programming interface) library that can be linked to Matlab programs. | Most Sensoray products have a free SDK (software development kit) that includes an API (application programming interface) library that can be linked to Matlab programs. | ||
− | To use a Sensoray product with Matlab, install the driver (if included in the Sensoray SDK) first and then use the API library (a DLL) as a Matlab shared library. This Mathworks | + | To use a Sensoray product with Matlab, install the driver (if included in the Sensoray SDK) first and then use the API library (a DLL) as a Matlab shared library. This Mathworks page links to articles that explain the process and will help you get started: |
[http://www.mathworks.com/help/matlab/using-c-shared-library-functions-in-matlab-.html Using C shared library functions in Matlab] | [http://www.mathworks.com/help/matlab/using-c-shared-library-functions-in-matlab-.html Using C shared library functions in Matlab] |
Revision as of 09:50, 27 March 2014
Using Sensoray products with Matlab
Most Sensoray products have a free SDK (software development kit) that includes an API (application programming interface) library that can be linked to Matlab programs.
To use a Sensoray product with Matlab, install the driver (if included in the Sensoray SDK) first and then use the API library (a DLL) as a Matlab shared library. This Mathworks page links to articles that explain the process and will help you get started: