Mercurial > hg > map
diff multithreshold 1.46/old files/MAPmodel.m @ 29:b51bf546ca3f
physiologyProb
author | Ray Meddis <rmeddis@essex.ac.uk> |
---|---|
date | Fri, 08 Jul 2011 13:48:27 +0100 |
parents | b03ef38fe497 |
children | c2204b18f4a2 |
line wrap: on
line diff
--- a/multithreshold 1.46/old files/MAPmodel.m Fri Jul 01 12:59:47 2011 +0100 +++ b/multithreshold 1.46/old files/MAPmodel.m Fri Jul 08 13:48:27 2011 +0100 @@ -4,7 +4,7 @@ global outerMiddleEarParams DRNLParams AN_IHCsynapseParams savePath=path; -addpath('..\MAP') +addpath(['..' filesep 'MAP'], ['..' filesep 'utilities']) modelResponse=[]; MacGregorResponse=[]; @@ -25,12 +25,12 @@ MAPparamsName, AN_spikesOrProbability); if showPlotsAndDetails - options.showModelParameters=0; + options.printModelParameters=0; options.showModelOutput=1; options.printFiringRates=1; options.showACF=0; options.showEfferent=1; - UTIL_showMAP(options, paramChanges) + UTIL_showMAP(options) end % No response, probably caused by hitting 'stop' button