Reference Manual Template: Difference between revisions

From Eigenvector Research Documentation Wiki
Jump to navigation Jump to search
imported>Jeremy
(New page: ===Purpose=== Purpose of this function. ===Synopsis=== :code here ===Description=== Description of the function and optionally include other things. ====Inputs==== * '''first''' = fi...)
 
imported>Jeremy
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
===Purpose===
===Purpose===


Purpose of this function.
Purpose of this function. Click '''edit''' at the top of this page to access the source and copy it into your new page.


===Synopsis===
===Synopsis===
Line 26: 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 10: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

See Also

baselinew, deresolv