Difference between revisions of "Banner.m"

From Spinach Documentation Wiki
Jump to: navigation, search
(Normalise sequential blank lines)
Line 16: Line 16:
 
==See also==
 
==See also==
 
[[report.m]], [[summary.m]]
 
[[report.m]], [[summary.m]]
 
  
 
''Version 2.2, authors: [[Ilya Kuprov]]''
 
''Version 2.2, authors: [[Ilya Kuprov]]''

Revision as of 12:22, 25 April 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