Template:Function

From QETLAB
Revision as of 13:16, 13 November 2012 by Nathaniel (talk | contribs) (Created page with "<table class="infobox"> <tr><td colspan="2" class="infobox_head"> {{{name|Function Name}}} </td></tr> {{#if: {{{desc|}}} | <tr><td colspan="2">{{{desc|}}}</td></tr> | }}<tr><t...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Function Name

Requires nothing
Last updated  ??
Version  ??

This is an infobox template to be placed on function pages. An example of this infobox can be seen to the right.

Parameters

  • name: The name of the function (all one word, including the .m suffix)
  • desc (optional): A one-line description of the function (should be the same as the brief description given in the MATLAB header file)
  • req (optional): A list of other .m files and MATLAB toolboxes that are required for this script to work. Please separate different scripts and toolboxes by a <br /> tag. Also, make each script or toolbox name a link whenever possible.
  • upd (optional): The date when the MATLAB script was last updated.
  • v (optional): The version number of the script. For consistency across QETLAB, the script number should be of the for X.yz (e.g., 1.00)