Mercurial > hg > map
comparison testPrograms/testPhysiologyProb.m @ 29:b51bf546ca3f
physiologyProb
author | Ray Meddis <rmeddis@essex.ac.uk> |
---|---|
date | Fri, 08 Jul 2011 13:48:27 +0100 |
parents | |
children | 82fb37eb430e |
comparison
equal
deleted
inserted
replaced
28:02aa9826efe0 | 29:b51bf546ca3f |
---|---|
1 function testPhysiologyProb(BF,paramsName, paramChanges) | |
2 | |
3 restorePath=path; | |
4 addpath (['..' filesep 'MAP']) | |
5 | |
6 if nargin<3 | |
7 paramChanges=[]; | |
8 end | |
9 | |
10 testOME(paramsName, paramChanges) | |
11 relativeFrequencies=[0.25 .5 .75 1 1.25 1.5 2]; | |
12 testBM (BF, paramsName,relativeFrequencies,'probability', paramChanges) | |
13 testRP(BF,paramsName, paramChanges) | |
14 testSynapse(BF,paramsName, paramChanges) | |
15 testANprob(BF,BF, -10:10:80,paramsName, paramChanges); | |
16 | |
17 figure(4) | |
18 | |
19 path(restorePath) |