Difference between revisions of "Matlab"

From REALab Wiki
Jump to navigation Jump to search
 
(66 intermediate revisions by the same user not shown)
Line 1: Line 1:
Here is the new matlab script page!


==Installation==
===[[Framework]]===


==Presentation==
===[[Display]]===


<source lang="matlab">
===[[Input / Output]]===


% Script for signage recycling study; 2012/04/11PL
===[[Psychology Experiment Specific]]===


===[[Eyelink_1000_Eye-Tracking_System#Matlab_Code|Eyelink]]===


% Reseed the random-number generator for each expt.
===[[Full Examples]]===
rand('state',sum(100*clock));
Screen('Preference', 'SkipSyncTests', 1);


present_instr=1; %present instructions?  1=='on', 0=='off';
See our [[Script Repository]] for some MATLAB scripts.


%defaults, changed with dialogue input below%%%%%%%%%%%%%%%%%%%
==Additional Resources==
%%%%%%%%%%%%%%%%%%%%%%Manual entry of subject ID and order
[[Quick notes]]
subject='00002';
order='b';
sex='na';
age='na';
handed='na';
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
if order=='a'
loadorder=1;


</source>
[http://books.google.ca/books?id=FZZ76H5pCdAC&pg=PA1&lpg=PA1&dq=matlab+for+behavioral+scientists&source=bl&ots=_lkZSVjLsa&sig=B3ZAK4Gt3mCz80AA4zI1ApaIfi8&hl=en&sa=X&ei=XCiIUdD8GK7ligLOl4GICw&ved=0CD0Q6AEwAg Google Books' full text copy of David A. Rosenbaum's "MatLab for Behavioral Scientists"] A detailed and very helpful account of MatLab's uses specifically in psychology.
 
==Statistical analysis==

Latest revision as of 22:52, 30 March 2015