Data Acquisition Thing

版本 1.0.0.0 (2.7 KB) 作者: Peter O'Connor
DataQ device device interface for when the provided package doesn't work
423.0 次下载
更新时间 2011/3/8

查看许可证

% ai=anaLogger;
% ai.nChannels=4;
% ai.SampleRate=1000;
% ai.start;
% pause(3);
% ai.stop;
% [v t]=ai.getdata;
%
% figure;
% plot(t,v);

引用格式

Peter O'Connor (2024). Data Acquisition Thing (https://www.mathworks.com/matlabcentral/fileexchange/30689-data-acquisition-thing), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2009a
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Instrument Control Toolbox Supported Hardware 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.0.0.0