Difference between revisions of "Banner.m"

From Spinach Documentation Wiki
Jump to: navigation, search
(Outputs)
Line 1: Line 1:
 
{{DISPLAYTITLE:function.m}}
 
{{DISPLAYTITLE:function.m}}
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.
  
 
==Syntax==
 
==Syntax==
Line 18: Line 18:
  
  
''Version 2.1, authors: [[Ilya Kuprov]]''
+
''Version 2.2, authors: [[Ilya Kuprov]]''

Revision as of 16:31, 15 August 2018

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