Difference between revisions of "Matlab"

From REALab Wiki
Jump to navigation Jump to search
m (moved Matlab scripts to Matlab)
Line 1: Line 1:
Here is the new matlab script page!
Here is the new matlab script page!


==Presentation==
==Framework==
*Loops
*Screens
*Show / hide mouse cursor
*Example: using loops to control blocks and trials


*Presenting images
==Display==
*Playing audio
*Positioning
*Playing video
*Show text onscreen
*Loading images into MATLAB
*Making Textures
*Showing images on screen
*Screen Flip
*Example: displaying onscreen images


==Statistical analysis==
==Input / Output==
*Wait for user input
*Check input value
*Saving out data
*Example: save data to a text file
 
==Psychology Experiment Specific==
*Subject number
*Assigning conditions
*Flipping conditions
*Condition based image loading
*Condition based image display
*Display fixation point
*Randomizing image order/positioning
*Measuring reaction time
*Check for correct response
 
==Eyelink==
 
==Full Examples==
*Shape Search

Revision as of 22:30, 22 June 2012

Here is the new matlab script page!

Framework

  • Loops
  • Screens
  • Show / hide mouse cursor
  • Example: using loops to control blocks and trials

Display

  • Positioning
  • Show text onscreen
  • Loading images into MATLAB
  • Making Textures
  • Showing images on screen
  • Screen Flip
  • Example: displaying onscreen images

Input / Output

  • Wait for user input
  • Check input value
  • Saving out data
  • Example: save data to a text file

Psychology Experiment Specific

  • Subject number
  • Assigning conditions
  • Flipping conditions
  • Condition based image loading
  • Condition based image display
  • Display fixation point
  • Randomizing image order/positioning
  • Measuring reaction time
  • Check for correct response

Eyelink

Full Examples

  • Shape Search