Home > ctdcal > functiontemplate.m

functiontemplate

PURPOSE ^

fncname: One line description.

SYNOPSIS ^

function theResult = functiontemplate(varargin)

DESCRIPTION ^

 fncname: One line description.
 
 CTD Calibration toolbox
 
 INPUT: 
   input: Desc input     

 OUTPUT:
   theResult: Desc output

 DESCRIPTION:    


 CHANGELOG: 
   08-Jul-2004, Version 1.0
        * Initial version.

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function theResult  = functiontemplate(varargin)
0002 % fncname: One line description.
0003 %
0004 % CTD Calibration toolbox
0005 %
0006 % INPUT:
0007 %   input: Desc input
0008 %
0009 % OUTPUT:
0010 %   theResult: Desc output
0011 %
0012 % DESCRIPTION:
0013 %
0014 %
0015 % CHANGELOG:
0016 %   08-Jul-2004, Version 1.0
0017 %        * Initial version.
0018 %
0019 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

Generated on Fri 08-Oct-2004 11:57:17 by m2html © 2003