From: ke on
Hello,

I am reading Richard Johnson's 'Matlab Programming Style
Guidelines' (http://www.datatool.com/downloads/
matlab_style_guidelines.pdf). For functions, he recommends using
'input and output modules'. What are they? Is the recommendation to
create a wrapper script to run a function, specify the inputs, and
parse the outputs?