Difference between revisions of "Banner.m"

From Spinach Documentation Wiki
Jump to: navigation, search
(Add NOTOC to Spinach function page header)
m (Rename Arguments section heading to Parameters)
Line 6: Line 6:
 
     banner(spin_system,identifier)
 
     banner(spin_system,identifier)
  
==Arguments==
+
==Parameters==
  
 
     identifier - a character string with the banner name,
 
     identifier - a character string with the banner name,

Revision as of 18:47, 5 June 2026

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

Syntax

    banner(spin_system,identifier)

Parameters

    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