Generate Matlab Header
By mkimojohnson at Fri, Feb 24 2006 10:52am |
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
Script File:
matlab_header.zip (1.95 KB)


