Difference between revisions of "Banner.m"

From Spinach Documentation Wiki
Jump to: navigation, search
m (Correct function page display title to banner.m)
(Add NOTOC to Spinach function page header)
Line 1: Line 1:
{{DISPLAYTITLE:banner.m}}
+
{{DISPLAYTITLE:banner.m}} __NOTOC__
 
Prints ''Spinach'' banners. This is an internal function of the kernel, user edits are discouraged.
 
Prints ''Spinach'' banners. This is an internal function of the kernel, user edits are discouraged.
  

Revision as of 16:58, 5 June 2026

Prints Spinach banners. This is an internal function of the kernel, user edits are discouraged.

Syntax

    banner(spin_system,identifier)

Arguments

    identifier - a character string with the banner name,
                 see function text

Outputs

The function prints banners to Matlab console.

See also

report.m, summary.m

Version 2.2, authors: Ilya Kuprov