QUICK REFERENCE GUIDE TO MOVIES AND NETWORK SIMULATOR Matlab command Result of action ----------------------- -------------------------------------------------------- movie(M,1,) Plays movie matrix M once at frames per second save / M Saves the movie matrix M in a file in selected directory load / Loads all variables from your file colormap(cool) This defines our colour scheme. It is not the default. axis('off') Removes the figure axes G=M(:,a:b); Creates a new movie matrix G from frames a to b of M G=M(:,c); G contains only frame c of matrix M (eg. for printing) G=M(:,[d,e,f,...]); Matrix contains frames d,e,f,... in that order capture() Use this command to copy a movie figure to a printable figure (which looks identical) print -dpsc Saves active figure to a postscript colour file. Note that this command will only work on a 'captured' figure window (uncaptured movie figures don't save properly) uncompress ..Z Decompresses file (eg. movie4.mat.Z) (or double click) compress . Compresses your file (saves ~97% of space for matricies) frames per second full path name of all directories file name (no extension needed) file extension figure number of brain to be captured (eg. 1 for Figure No.1)