Difference between revisions of "Banner.m"

From Spinach Documentation Wiki
Jump to: navigation, search
(Update function See also links and function index membership)
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{DISPLAYTITLE:function.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.
  
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,
Line 15: Line 15:
  
 
==See also==
 
==See also==
[[report.m]], [[summary.m]]
+
[[report.m]], [[summary.m]], [[cacheman.m]], [[compile_mex.m]], [[dipolar.m]], [[existentials.m]], [[exorcise.m]], [[forum.m]], [[hebrew.m]], [[iseye.m]], [[patrol.m]], [[rearm.m]], [[sniff.m]], [[symmetry.m]], [[tolerances.m]], [[wiki.m]], [[wipe_cache.m]], [[Kernel_utilities]]
 
 
  
 
''Version 2.2, authors: [[Ilya Kuprov]]''
 
''Version 2.2, authors: [[Ilya Kuprov]]''

Latest revision as of 19:34, 6 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, cacheman.m, compile_mex.m, dipolar.m, existentials.m, exorcise.m, forum.m, hebrew.m, iseye.m, patrol.m, rearm.m, sniff.m, symmetry.m, tolerances.m, wiki.m, wipe_cache.m, Kernel_utilities

Version 2.2, authors: Ilya Kuprov