Home > freetb4matlab > plot > loglogerr.m

loglogerr

PURPOSE ^

% Produce two-dimensional plots on double logarithm axis with

SYNOPSIS ^

function retval = loglogerr (varargin)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {} loglogerr (@var{args})
% Produce two-dimensional plots on double logarithm axis with
% errorbars.  Many different combinations of arguments are possible.
% The most used form is
%
% @example
% loglogerr (@var{x}, @var{y}, @var{ey}, @var{fmt})
% @end example
%
% @noindent
% which produces a double logarithm plot of @var{y} versus @var{x} 
% with errors in the @var{y}-scale defined by @var{ey} and the plot
% format defined by @var{fmt}.  See errorbar for available formats and 
% additional information.
% @seealso{errorbar, semilogxerr, semilogyerr}
% @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