comparison libinterp/corefcn/data.cc @ 19152:0f9c5a15c8fa

doc: Periodic grammarcheck of documentation. * doc/interpreter/contrib.txi, doc/interpreter/expr.txi, doc/interpreter/func.txi, doc/interpreter/linalg.txi, doc/interpreter/plot.txi, libinterp/corefcn/data.cc, libinterp/corefcn/debug.cc, libinterp/corefcn/graphics.cc, libinterp/corefcn/help.cc, libinterp/corefcn/load-save.cc, libinterp/corefcn/profiler.cc, libinterp/corefcn/syscalls.cc, libinterp/corefcn/utils.cc, libinterp/corefcn/variables.cc, libinterp/dldfcn/__init_fltk__.cc, scripts/general/deal.m, scripts/help/__gripe_missing_component__.m, scripts/miscellaneous/desktop.m, scripts/pkg/private/default_prefix.m, scripts/plot/appearance/__getlegenddata__.m, scripts/plot/util/pan.m, scripts/plot/util/rotate.m, scripts/plot/util/rotate3d.m, scripts/plot/util/zoom.m, scripts/signal/periodogram.m, scripts/specfun/factor.m, scripts/specfun/primes.m, scripts/statistics/base/lscov.m, scripts/testfun/private/compare_plot_demos.m, scripts/testfun/private/dump_demos.m, scripts/testfun/private/html_compare_plot_demos.m, scripts/testfun/test.m: Periodic grammarcheck of documentation.
author Rik <rik@octave.org>
date Mon, 22 Sep 2014 20:46:54 -0700
parents 9c5a17d5fc19
children c3611856cdd4
comparison
equal deleted inserted replaced
19151:e09318118fd6 19152:0f9c5a15c8fa
2599 Return the generalized transpose for an N-D array object @var{A}.\n\ 2599 Return the generalized transpose for an N-D array object @var{A}.\n\
2600 The permutation vector @var{perm} must contain the elements\n\ 2600 The permutation vector @var{perm} must contain the elements\n\
2601 @code{1:ndims (A)} (in any order, but each element must appear only once).\n\ 2601 @code{1:ndims (A)} (in any order, but each element must appear only once).\n\
2602 \n\ 2602 \n\
2603 The @var{N}th dimension of @var{A} gets remapped to dimension \n\ 2603 The @var{N}th dimension of @var{A} gets remapped to dimension \n\
2604 @code{@var{PERM}(@var{N})}. For example,\n\ 2604 @code{@var{PERM}(@var{N})}. For example:\n\
2605 \n\ 2605 \n\
2606 @example\n\ 2606 @example\n\
2607 @group\n\ 2607 @group\n\
2608 @var{x} = zeros ([2, 3, 5, 7]);\n\ 2608 @var{x} = zeros ([2, 3, 5, 7]);\n\
2609 size (@var{x})\n\ 2609 size (@var{x})\n\