MATLAB爱好者论坛-LabFans.com

MATLAB爱好者论坛-LabFans.com (https://www.labfans.com/bbs/index.php)
-   MATLAB论坛 (https://www.labfans.com/bbs/forumdisplay.php?f=6)
-   -   matlab与usb口的数据采集 (https://www.labfans.com/bbs/showthread.php?t=2460)

lisphy 2008-04-20 23:59

matlab与usb口的数据采集
 
数据采集卡自带的.lib文件和.h文件,如何在matlab下调用?

用的是USB2080数据采集卡

zibing 2008-12-16 12:29

回复: matlab与usb口的数据采集
 
你可以试试这几个语句
path(path,'E:\') % 输入路径
loadlibrary( '**.dll', '**.h' ); % **代表dll文件和h文件 名
[Report] = calllib( 'dll的文件名' , 'InitInstrument' , 0 )


所有时间均为北京时间。现在的时间是 05:36

Powered by vBulletin
版权所有 ©2000 - 2025,Jelsoft Enterprises Ltd.