-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpHdr.m
39 lines (38 loc) · 822 Bytes
/
pHdr.m
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
29
30
31
32
33
34
35
36
37
38
39
function [Otp1,Otp2,...]=Fnc(Inp1,Inp2,...);
%function [Otp1,Otp2,...]=Fnc(Inp1,Inp2,...);
%
%Shell Projects & Technology, Statistics & Chemometrics
%Philip Jonathan
%February 2013
%
%Overview
% General description of function
%
%Input arguments
% Inp1 1 x 8 char Description
% Inp2 1 x 1 inte Description
% ...
% (e.g. ErrFlg 1 x 1 inte ERRor FLaG (0=normal completion,>0 otherwise)
%
%Output arguments
% Inp1 1 x 8 char Description
% Inp2 1 x 1 inte Description
% ...
%
%Calls
% FncNam1
% FncNam2
% ...
% Generic MATLAB functionality
%
%Called by
% *****
%
%History
%v0.1: Month Year By Owner
%DD.MM.YY (Section) Description of change
%(e.g. 01.04.03 (5.1) Error flag added)
%
%Process steps
%Normal completion
return;