Home > freetb4matlab > special-matrix > magic.m

magic

PURPOSE ^

%

SYNOPSIS ^

function A = magic(n)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {} magic (@var{n})
%
% Create an @var{n}-by-@var{n} magic square.  Note that @code{magic
% (@var{2})} is undefined since there is no 2-by-2 magic square.
%
% @end deftypefn

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003