-
Notifications
You must be signed in to change notification settings - Fork 64
/
spm_FcnTpl.txt
28 lines (23 loc) · 1.03 KB
/
spm_FcnTpl.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
function [R1,...] = spm_FCN(P1,...)
% <- H1 line : Single line description using keywords ->
% FORMAT [R1,...] = spm_FCN(P1,...)
%
% P1 - <-Argument/parameter description, including ranges->
% R1 - <-Description of returned values->
%__________________________________________________________________________
%
% HELP text
% Long description of function, including i/o details, algorithms and refs.
%
%__________________________________________________________________________
% Copyright (C) YEAR Wellcome Trust Centre for Neuroimaging
% AUTHOR
% $Id: spm_FcnTpl.txt 5039 2012-11-06 20:39:58Z guillaume $
%==========================================================================
% - B A N N E R S E C T I O N H E A D I N G
%==========================================================================
%-MAJOR section heading
%==========================================================================
%-MINOR section heading
%--------------------------------------------------------------------------
% ----------------