-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathspm_FcnTpl.txt
27 lines (21 loc) · 997 Bytes
/
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
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.
%__________________________________________________________________________
% AUTHOR
% Copyright (C) YEAR Wellcome Centre for Human Neuroimaging
%==========================================================================
% - 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
%--------------------------------------------------------------------------
% ----------------