>> cd ~/temp/PercLearn/
>> PercLearn_install

Hello!

Hebbian Perceptual Learning Model, Release 1.1.1, 2008-02-22.

Copyright (c) Alexander Petrov 1999-2008, http://alexpetrov.com 

This software is freely available and freely redistributable,
according to the conditions of the GNU General Public License.
The full text of the GNU General Public License is available at
the Free Software Foundation website (http://www.fsf.org) and is
reproduced in utils_license.m. In brief, the GNU GPL provisions are:

You may not distribute the software, in whole or in part, in
conjunction with proprietary code. That means you ONLY have my
permission to distribute a program that uses my code IF you also
make freely available (under the terms of the GNU GPL) the source
code for your whole project. You may not pass on the software to
another party in its current form or any altered, embellished or
reduced form, without acknowledging the author and including a
copy of the GNU General Public License.

The software is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU General Public License for more details.

Do you agree with this license agreement? y/n (y): y

This script will install the Hebbian perceptual learning model to the Matlab path.
It will also install data and software related to two behavioral experiments
used to test the model and estimate its parameters.
PLExp1 is with feedback, and PLExp2 is without.

The model and experiments are described in the following articles:
Petrov, A., Dosher, B. & Lu, Z.-L. (2005).
  The dynamics of perceptual learning: An incremental reweighting model.
  Psychological Review, 102 (4), 715-743.
Petrov, A., Dosher, B., & Lu, Z.-L. (2006)
  Perceptual learning without feedback in non-stationary contexts: Data and model.
  Vision Research, 46, 3177-3197.
Abstracts and reprints available on-line:
  http://alexpetrov.com/pub/perclearn/
New information may be available on the PLM project web site:
  http://alexpetrov.com/proj/plearn/

Please select what to install:
  0 : quit without installing anything
  1 : install Utilities only
  2 : install Utilities and PLExp1 (with feedback) only
  3 : install Utilities, PLExp1, and PLExp2 (w/o feedback) only
  4 : install Utilities, bare-bones PLExp1, and PLModel1 only
  5 : install everything: Utilities, PLExp1, PLExp2, PLModel1
Enter a number (0-5): 5

Subject-Database Toolbox added to the path: /Users/apetrov/temp/PercLearn/utils/sbjdb
Regressopm Utilities Toolbox added to the path: /Users/apetrov/temp/PercLearn/utils/regression
PolarGraph Utilities Toolbox added to the path: /Users/apetrov/temp/PercLearn/utils/polargr
Parameter Search Toolbox added to the path: /Users/apetrov/temp/PercLearn/utils/paramsearch
Nominal Statistics Toolbox added to the path: /Users/apetrov/temp/PercLearn/utils/nomstats
Image-Processing Utilities Toolbox added to the path: /Users/apetrov/temp/PercLearn/utils/image
General Utilities Toolbox added to the path: /Users/apetrov/temp/PercLearn/utils/general
ANOVA Toolbox added to the path: /Users/apetrov/temp/PercLearn/utils/anova

PLExp1 Programs added to the path: /Users/apetrov/temp/PercLearn/PLExp1/programs
PLExp1 data analysis routines added to the path: /Users/apetrov/temp/PercLearn/PLExp1
--- Converting /Users/apetrov/temp/PercLearn/PLExp1/raw_data.dat from ASCII to Matlab format... ---
Loading ASCII file RAW_DATA.DAT.  Please wait...

124947 rows and 19 columns loaded.
The RAW_DATA matrix contains no missing values.

Slicing the big matrix into variables, columnwise:
  Extracted variables SBJ, GROUP, SESSION, and BLOCK.
  Extracted variables EXP_TR and BLK_TR (trial number).
  Extracted variable CLOCK.
  Extracted variables NOISE_ORIENT and GABOR_ORIENT.
  Extracted variables DIFFICULTY and POSITION.
  Extracted variables NOISE_DEGR and GABOR_DEGR.
  Extracted variables GABOR_CPEAK and OFFSET.
  Extracted variables RESP, CORRECTP, RT, and EXITCODE.
Cleared the big matrix RAW_DATA.

Processing 9604 trials for participant  3... Done.
Processing 9635 trials for participant  4... Done.
Processing 9602 trials for participant  5... Done.
Processing 9601 trials for participant  6... Done.
Processing 9629 trials for participant  7... Done.
Processing 9600 trials for participant  8... Done.
Processing 9600 trials for participant 10... Done.
Processing 9600 trials for participant 11... Done.
Processing 9600 trials for participant 12... Done.
Processing 9602 trials for participant 14... Done.
Processing 9663 trials for participant 15... Done.
Processing 9602 trials for participant 16... Done.
Processing 9609 trials for participant 17... Done.
--- /Users/apetrov/temp/PercLearn/PLExp1/S.mat created and saved. ---

PLExp2 Programs added to the path: /Users/apetrov/temp/PercLearn/PLExp2/programs
PLExp2 data analysis routines added to the path: /Users/apetrov/temp/PercLearn/PLExp2
--- Converting /Users/apetrov/temp/PercLearn/PLExp2/raw_data.dat from ASCII to Matlab format... ---
Loading ASCII file /Users/apetrov/temp/PercLearn/PLExp2/raw_data.dat.  Please wait...

260926 rows and 21 columns loaded.
The RAW_DATA matrix contains no missing values.

Slicing the big matrix into variables, columnwise:
  Extracted variables SBJ, GROUP, SESSION, BLOCK, and T.
  Extracted variable  CLOCK.
  Extracted variables NOISE_ORIENT and NOISE_DEGR.
  Extracted variables NCACHE_FNUMBER and NCACHE_IDX.
  Extracted variables GABOR_ORIENT and GABOR_DEGR.
  Extracted variables DIFFICULTY and GABOR_CPEAK.
  Extracted variables POSITION, OFFSET, and LUT_IDX.
  Extracted variables RESP, CORR, RT, and EXITCODE.
Cleared the big matrix RAW_DATA.

Processing 14489 trials for participant  1... Done.
Processing 14522 trials for participant  2... Done.
Processing 14497 trials for participant  3... Done.
Processing 14486 trials for participant  4... Done.
Processing 14494 trials for participant  5... Done.
Processing 14501 trials for participant  6... Done.
Processing 14489 trials for participant  7... Done.
Processing 14496 trials for participant  8... Done.
Processing 14486 trials for participant  9... Done.
Processing 14521 trials for participant 10... Done.
Processing 14489 trials for participant 11... Done.
Processing 14491 trials for participant 12... Done.
Processing 14487 trials for participant 13... Done.
Processing 14487 trials for participant 14... Done.
Processing 14499 trials for participant 15... Done.
Processing 14509 trials for participant 16... Done.
Processing 14496 trials for participant 17... Done.
Processing 14487 trials for participant 18... Done.
--- /Users/apetrov/temp/PercLearn/PLExp2/D.mat created and saved. ---

PLModel1 simulation summaries added to the path: /Users/apetrov/temp/PercLearn/PLModel1/simul
PLModel1 parameter search functions added to the path: /Users/apetrov/temp/PercLearn/PLModel1/probab
PLModel1 image-processing functions added to the path: /Users/apetrov/temp/PercLearn/PLModel1/frontend
Main PLModel1 functions added to the path: /Users/apetrov/temp/PercLearn/PLModel1
See PLM_demo and the .txt files for hints on running the model.

The updated path saved to MATLAB's pathdef.m file.

PercLearn installation complete!

>> 
>> ver
-------------------------------------------------------------------------------------
MATLAB Version 7.5.0.338 (R2007b)
MATLAB License Number: 304226
Operating System: Mac OS X  Version: 10.4.11 Build: 8S2167 
Java VM Version: Java 1.5.0_13 with "Apple Computer, Inc." Java HotSpot(TM) Client VM mixed mode, sharing
-------------------------------------------------------------------------------------
MATLAB                                                Version 7.5        (R2007b) 
Simulink                                              Version 7.0        (R2007b) 
	EyelinkToolbox                                       Version 1.4.4               
	iViewXToolbox                                        Version 0.1                 
ANOVA Toolbox                                         Version 1.0                 
Bioinformatics Toolbox                                Version 3.0        (R2007b) 
Control System Toolbox                                Version 8.0.1      (R2007b) 
Curve Fitting Toolbox                                 Version 1.2        (R2007b) 
Distributed Computing Toolbox                         Version 3.2        (R2007b) 
General Utilities Toolbox                             Version 1.3                 
Image Processing Toolbox                              Version 6.0        (R2007b) 
Image-Processing Utilities Toolbox                    Version 1.4                 
Instrument Control Toolbox                            Version 2.5        (R2007b) 
Nominal Statistics Toolbox                            Version 1.2                 
Optimization Toolbox                                  Version 3.1.2      (R2007b) 
Parameter Search Toolbox                              Version 1.2                 
Partial Differential Equation Toolbox                 Version 1.0.11     (R2007b) 
PolarGraph Utilities Toolbox                          Version 1.0                 
Psychtoolbox                                          Version 3.0.8      9 October
Regression Utilities Toolbox                          Version 1.0                 
Signal Processing Blockset                            Version 6.6        (R2007b) 
Signal Processing Toolbox                             Version 6.8        (R2007b) 
SimMechanics                                          Version 2.7        (R2007b) 
Simscape                                              Version 2.0        (R2007b) 
Stateflow                                             Version 7.0        (R2007b) 
Statistics Toolbox                                    Version 6.1        (R2007b) 
Subject-Database Toolbox                              Version 1.1                 

Trademarks
------------------
MATLAB, Simulink, Stateflow, Handle Graphics, Real-Time Workshop, and xPC
TargetBox are registered trademarks and SimBiology, SimEvents, and
SimHydraulics are trademarks of The MathWorks, Inc. Other product or
brand names are trademarks or registered trademarks of their respective
holders. 

>> 
