Mercurial > hg > map
comparison testPrograms/testPhysiologyProb.m @ 38:c2204b18f4a2 tip
End nov big change
author | Ray Meddis <rmeddis@essex.ac.uk> |
---|---|
date | Mon, 28 Nov 2011 13:34:28 +0000 |
parents | e097e9044ef6 |
children |
comparison
equal
deleted
inserted
replaced
37:771a643d5c29 | 38:c2204b18f4a2 |
---|---|
7 | 7 |
8 if nargin<3 | 8 if nargin<3 |
9 paramChanges=[]; | 9 paramChanges=[]; |
10 end | 10 end |
11 | 11 |
12 if nargin==0 | |
13 error('testPhysiologyProb must be called from the command line') | |
14 end | |
15 | |
16 | |
17 disp('testPhysiologyProb...........computing') | |
18 | |
19 disp('testOME...........computing') | |
12 testOME(paramsName, paramChanges) | 20 testOME(paramsName, paramChanges) |
21 | |
22 disp('testBM...........computing') | |
13 relativeFrequencies=[0.25 .5 .75 1 1.25 1.5 2]; | 23 relativeFrequencies=[0.25 .5 .75 1 1.25 1.5 2]; |
14 testBM (BF, paramsName,relativeFrequencies,'probability', paramChanges) | 24 testBM (BF, paramsName,relativeFrequencies,'probability', paramChanges) |
15 testRP(BF,paramsName, paramChanges) | 25 |
16 testSynapse(BF,paramsName, paramChanges) | 26 disp('testRP...........computing') |
27 testRP2(paramsName,paramChanges) | |
28 | |
29 disp('testSynapse...........computing') | |
30 testSynapse(BF,paramsName, 'probability', paramChanges) | |
31 | |
32 disp('testFM...........computing') | |
17 testFM(BF,paramsName,'probability', paramChanges) | 33 testFM(BF,paramsName,'probability', paramChanges) |
34 | |
35 disp('testANprob...........computing') | |
18 testANprob(BF,BF, -10:10:80,paramsName, paramChanges); | 36 testANprob(BF,BF, -10:10:80,paramsName, paramChanges); |
19 | 37 |
20 figure(4) | 38 figure(4) |
21 | 39 |
22 path(restorePath) | 40 path(restorePath) |