Reference Manual Template: Difference between revisions
Jump to navigation
Jump to search
imported>Jeremy No edit summary |
imported>Jeremy No edit summary |
||
Line 1: | Line 1: | ||
===Purpose=== | ===Purpose=== | ||
Line 27: | Line 26: | ||
* '''plots''': [ {'none'} | 'final' ] governs plotting of results, and | * '''plots''': [ {'none'} | 'final' ] governs plotting of results, and | ||
* '''order''': positive integer for polynomial order {default = 1}. | * '''order''': positive integer for polynomial order {default = 1}. | ||
===Example=== | |||
<pre> | |||
>>This is an example | |||
Error: does not exist | |||
</pre> | |||
===See Also=== | ===See Also=== | ||
[[baselinew]], [[deresolv]] | [[baselinew]], [[deresolv]] |
Latest revision as of 09:54, 9 September 2008
Purpose
Purpose of this function. Click edit at the top of this page to access the source and copy it into your new page.
Synopsis
- code here
Description
Description of the function and optionally include other things.
Inputs
- first = first input is this.
Optional Inputs
- second = optional second input is this.
Outputs
- firstout = first output is this.
Options
options = a structure array with the following fields:
- plots: [ {'none'} | 'final' ] governs plotting of results, and
- order: positive integer for polynomial order {default = 1}.
Example
>>This is an example Error: does not exist