Mercurial > hg > map
comparison multithreshold 1.46/subjGUI_MT.m @ 23:6cce421531e2
working again
author | Ray Meddis <rmeddis@essex.ac.uk> |
---|---|
date | Wed, 15 Jun 2011 15:06:10 +0100 |
parents | fafe69c43108 |
children | a5e4a43c1673 |
comparison
equal
deleted
inserted
replaced
20:fafe69c43108 | 23:6cce421531e2 |
---|---|
1573 global ICoutput ANdt | 1573 global ICoutput ANdt |
1574 MAP1_14(audio, 1/method.dt, method.nonlinCF,... | 1574 MAP1_14(audio, 1/method.dt, method.nonlinCF,... |
1575 MAPparamsName, AN_spikesOrProbability); | 1575 MAPparamsName, AN_spikesOrProbability); |
1576 | 1576 |
1577 if showPlotsAndDetails | 1577 if showPlotsAndDetails |
1578 options.showModelParameters=0; | 1578 options.printModelParameters=0; |
1579 options.showModelOutput=1; | 1579 options.showModelOutput=1; |
1580 options.printFiringRates=1; | 1580 options.printFiringRates=1; |
1581 options.showACF=0; | 1581 options.showACF=0; |
1582 options.showEfferent=1; | 1582 options.showEfferent=1; |
1583 showMAP(options) | 1583 options.surfProbability=0; |
1584 UTIL_showMAP(options) | |
1584 end | 1585 end |
1585 | 1586 |
1586 % No response, probably caused by hitting 'stop' button | 1587 % No response, probably caused by hitting 'stop' button |
1587 if isempty(ICoutput), return, end | 1588 if isempty(ICoutput), return, end |
1588 | 1589 |