DATAPixx Demos ================================= You will find a good amount of demos in this documentation. All the MatLab ``.m`` files are located in the Software tools DATAPixx Demos folder (On Windows ``C:\Program Files\VPixx Technologies\Software Tools\DatapixxToolbox_trunk\DatapixxToolb../DatapixxToolbox/DatapixxDemos/``, On Mac OS X/Linux ``Software Tools\DatapixxToolbox_trunk\DatapixxToolb../DatapixxToolbox/DatapixxDemos/``). These demos will cover most of the possible functions available in MatLab. You can get a full list of the available functions by running the ``Datapixx`` command in Matlab. For an explanation of any particular DATAPixx Toolbox sub-function just add a question mark after a command (for example, ``Datapixx command_name?``). .. Tip:: Our toolbox works closely with Psychtoolbox. You can find the PTB documentation `here. `_ .. Tip:: You will see highlighted lines in the following demos. These are usually the most important lines to take away from the demo, the rest being setup lines and extra code to make sure this specific demo works. .. Warning:: Do not forget your ``Datapixx('RegWr');``, when you want your changes to be applied to the device. Also, ``Datapixx('RegWrRd');`` should be called when you are reading values from the device to get the most recent ones. .. Warning:: Do not forget to run ``Datapixx('Open');`` and ``Datapixx('Close');`` to open and close your device. To have access to the device, it needs to be opened. .. toctree:: :maxdepth: 2 3DDisplayDemo1 AnalogIODemo1 AnalogIODemo2 AnalogIODemo3 AnalogIODemo4 AnalogIODemo5 AnalogIODemo6 AnalogIODemo7 AudioIODemo1 AudioIODemo2 AudioIODemo3 AudioIODemo4 DATAPixxDemo1 DigitalIODemo1 DigitalIODemo2 DigitalIODemo3 DigitalIODemo4 DigitalIODemo5 DigitalIODemo6 PROPixxDemo1 PROPixxDemo2 PROPixxDemo3 PROPixxDemo4 PROPixxDemo5 PROPixxDemo6 PROPixxDemo7 TOUCHPixxDemo1 TRACKPixxMiniDemo1 TRACKPixxDemo1 TRACKPixxDemo2 TRACKPixxDemo3 TRACKPixxDemo4 TRACKPixxDemo5 TRACKPixxDemo6 TRACKPixxDemo7 TRACKPixxDemo8 TRACKPixxDemo9 VIEWPixxDemo1