comparison scripts/plot/ezplot3.m @ 14038:b0cdd60db5e5 stable

doc: Grammarcheck documentation ahead of 3.6.0 release. * basics.txi, container.txi, contrib.txi, debug.txi, expr.txi, func.txi, install.txi, io.txi, package.txi, polyarea.m, ezcontour.m, ezcontourf.m, ezmesh.m, ezmeshc.m, ezplot.m, ezplot3.m, ezpolar.m, ezsurf.m, ezsurfc.m, assert.m, amd.cc, chol.cc, colamd.cc, rand.cc: Grammarcheck documentation.
author Rik <octave@nomad.inbox5.com>
date Mon, 12 Dec 2011 21:01:27 -0800
parents 5f0bb45e615c
children 22c50cbad2ce
comparison
equal deleted inserted replaced
14037:4228c102eca9 14038:b0cdd60db5e5
21 ## @deftypefnx {Function File} {} ezplot3 (@dots{}, @var{dom}) 21 ## @deftypefnx {Function File} {} ezplot3 (@dots{}, @var{dom})
22 ## @deftypefnx {Function File} {} ezplot3 (@dots{}, @var{n}) 22 ## @deftypefnx {Function File} {} ezplot3 (@dots{}, @var{n})
23 ## @deftypefnx {Function File} {} ezplot3 (@var{h}, @dots{}) 23 ## @deftypefnx {Function File} {} ezplot3 (@var{h}, @dots{})
24 ## @deftypefnx {Function File} {@var{h} =} ezplot3 (@dots{}) 24 ## @deftypefnx {Function File} {@var{h} =} ezplot3 (@dots{})
25 ## 25 ##
26 ## Plots in three-dimensions the curve defined parametrically. 26 ## Plot a parametrically defined curve in three dimensions.
27 ## @var{fx}, @var{fy}, and @var{fz} are strings, inline functions 27 ## @var{fx}, @var{fy}, and @var{fz} are strings, inline functions
28 ## or function handles with one arguments defining the function. By 28 ## or function handles with one arguments defining the function. By
29 ## default the plot is over the domain @code{-2*pi < @var{x} < 2*pi} 29 ## default the plot is over the domain @code{-2*pi < @var{x} < 2*pi}
30 ## with 60 points. 30 ## with 60 points.
31 ## 31 ##