Difference between revisions of "Matlab"

From REALab Wiki
Jump to navigation Jump to search
Line 2: Line 2:


==Installation==
==Installation==
How to install matlab.


==Presentation==
==Presentation==


<source lang="matlab">
% Script for signage recycling study; 2012/04/11PL
% Reseed the random-number generator for each expt.
rand('state',sum(100*clock));
Screen('Preference', 'SkipSyncTests', 1);
present_instr=1; %present instructions?  1=='on', 0=='off';
%defaults, changed with dialogue input below%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%Manual entry of subject ID and order
subject='00002';
order='b';
sex='na';
age='na';
handed='na';
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
if order=='a'
loadorder=1;
</source>


==Statistical analysis==
==Statistical analysis==

Revision as of 22:54, 28 May 2012

Here is the new matlab script page!

Installation

How to install matlab.

Presentation

Statistical analysis