comparison testPrograms/demoTwisterProbability.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 25d53244d5c8
children
comparison
equal deleted inserted replaced
37:771a643d5c29 38:c2204b18f4a2
61 showMapOptions.printModelParameters=1; 61 showMapOptions.printModelParameters=1;
62 showMapOptions.showModelOutput=1; 62 showMapOptions.showModelOutput=1;
63 showMapOptions.printFiringRates=1; 63 showMapOptions.printFiringRates=1;
64 showMapOptions.showACF=0; 64 showMapOptions.showACF=0;
65 showMapOptions.showEfferent=0; 65 showMapOptions.showEfferent=0;
66 showMapOptions.surfProbability=1; % 2D plot of HSR response 66 showMapOptions.surfAN=1; % 3D plot of HSR response
67 showMapOptions.PSTHbinwidth=0.002; % 3D plot of HSR response
68 showMapOptions.view=[-14 76]; % 3D plot of HSR response
67 69
68 UTIL_showMAP(showMapOptions, paramChanges) 70
71 UTIL_showMAP(showMapOptions)
69 72
70 toc 73 toc
71 path(restorePath) 74 path(restorePath)
72 75