From: Sherryl Radbil on
Hello Thulasi Durai Durai Samy,

If you are referring to the Measurement Computing USB-1208FS, it is supported by Data Acquisition Toolbox beginning in release R14SP3+ and all later releases.

Start here to learn about Data Acquisition Toolbox http://www.mathworks.com/products/daq/index.html

View the list of supported hardware at http://www.mathworks.com/products/daq/supportedio.html

Then see the doc and demos at http://www.mathworks.com/access/helpdesk/help/toolbox/daq/daq.html

The simplest demo for analog input is at
http://www.mathworks.com/products/daq/demos.html?file=/products/demos/shipping/daq/demoai_intro.html

For the first line which uses the 'winsound' adaptor just substitute this line:
ai = analoginput('mcc', 0);
assuming that your device has the ID of zero.

Regards,
Sherryl