Generate Matlab Header

Description:
This script runs in TextWrangler or BBEdit as a UNIX filter. You select the function declaration
function [out1, out2] = function_name( in1, in2 )
click the script, and it generates a pretty header and inserts it at the top of the file. After using the script, you can type (in MATLAB)
> help function_name
and see your auto-generated documentation.

Author's Email:
kimo@mac.com

Author's Homepage:

Script File:
matlab_header.zip (1.95 KB)