Difference between revisions of "Banner.m"

From Spinach Documentation Wiki
Jump to: navigation, search
(Created page with "{{DISPLAYTITLE:function.m}} Prints Spinach banners. This is an internal function of the kernel, user edits are discouraged. ==Syntax== banner(spin_system,identifier) =...")
 
(Outputs)
Line 12: Line 12:
  
 
==Outputs==
 
==Outputs==
The function prints to the console.
+
The function prints banners to Matlab console.
  
 
==See also==
 
==See also==

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.1, authors: Ilya Kuprov