Psychtoolbox, voltage input function

Hello,

I need to do a program in matlab which use numerical voltage input to move a ball. But I can`t find a function in Mathlab which read numerical voltage input. Someone can help me?

For Measurement Computing MCC USB 1208FS and 1608FS we have the DAQ toolbox, which should work reasonably well on Linux or Windows if you follow the setup instructions, according to user feedback, not tested by myself in quite a while due to lack of hardware. Your mileage on current versions of Apples trainwreck is unknown.

help Daq
help DaqDeviceIndex
help DaqAIn

DaqAIn is for "single sample at a time" acquisition. Functions like DaqAInScanBegin/Continue/End for higher volume / controlled frequency acquisition are supposed to work on Linux and Windows at least for the 1208FS, but almost certain to fail in various ways on macOS.

-mario


On Wed, Sep 5, 2018 at 2:58 AM chems.abdouli@... [PSYCHTOOLBOX] <PSYCHTOOLBOX@yahoogroups.com> wrote:

Hello,

I need to do a program in matlab which use numerical voltage input to move a ball. But I can`t find a function in Mathlab which read numerical voltage input. Someone can help me?