Bruker write.m

From Spinach Documentation Wiki
Revision as of 13:28, 5 July 2021 by Kuprov (talk | contribs) (Created page with "{{DISPLAYTITLE:function.m}} __NOTOC__ A description of what the function does and how. ==Syntax== function call string ==Arguments== argument - description...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

A description of what the function does and how.

Syntax

    function call string

Arguments

    argument      - description of the argument

    argument      - description of the argument
                    description of the argument

Outputs

    output  - description of the output

    output  - description of the output
              description of the output

Examples

A description of what is done in the example below:

    % Comment
    matlab code

    % Comment
    matlab code

Notes

Further notes on good and bad practices.

See also

Links to related functions and documentation sections.


Version 2.6, authors: Author 1