Home > freetb4matlab > plot > sombrero.m

sombrero

PURPOSE ^

% Produce the familiar three-dimensional sombrero plot using @var{n}

SYNOPSIS ^

function [x, y, z] = sombrero (n)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {} sombrero (@var{n})
% Produce the familiar three-dimensional sombrero plot using @var{n}
% grid lines.  If @var{n} is omitted, a value of 41 is assumed.
%
% The function plotted is
%
% @example
% z = sin (sqrt (x^2 + y^2)) / (sqrt (x^2 + y^2))
% @end example
% @seealso{surf, meshgrid, mesh}
% @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