% 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 (2021). Data Acquisition Thing (https://www.mathworks.com/matlabcentral/fileexchange/30689-data-acquisition-thing), MATLAB Central File Exchange. Retrieved .
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Create scripts with code, output, and formatted text in a single executable document.