Conventions
Function/method code layout
function chanString = functionName(arguments)
% What it does summarized in one line
%
% function zapit.DAQ.functionName(arguments)
%
% Purpose
% What it does in more detail
%
% Inputs
% input1 - what it is.
%
% Outputs
% output1- what it is
%
% Examples
% [This section is optional. If the function or method is likely to be
% used by an end-user then it is recommended to include some examples]
%
%
end % functionNameStyle Conventions
Format Guidelines
Last updated