annotate doc/interpreter/octave.texi @ 17153:96b64a18be13

doc: Fix building info with new macro fixcontentsmargin. * doc/interpreter/octave.texi: Use @iftex/@end iftex around @fixcontentsmargin call.
author Rik <rik@octave.org>
date Fri, 02 Aug 2013 14:25:24 -0700
parents f2a8592b8fbd
children 1d5c0c9b3e99
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
14138
72c96de7a403 maint: update copyright notices for 2012
John W. Eaton <jwe@octave.org>
parents: 14116
diff changeset
1 % Copyright (C) 1996-2012 John W. Eaton
7018
fd42779a8428 [project @ 2007-10-13 00:52:12 by jwe]
jwe
parents: 6966
diff changeset
2 %
fd42779a8428 [project @ 2007-10-13 00:52:12 by jwe]
jwe
parents: 6966
diff changeset
3 % This file is part of Octave.
fd42779a8428 [project @ 2007-10-13 00:52:12 by jwe]
jwe
parents: 6966
diff changeset
4 %
fd42779a8428 [project @ 2007-10-13 00:52:12 by jwe]
jwe
parents: 6966
diff changeset
5 % Octave is free software; you can redistribute it and/or modify it
fd42779a8428 [project @ 2007-10-13 00:52:12 by jwe]
jwe
parents: 6966
diff changeset
6 % under the terms of the GNU General Public License as published by the
fd42779a8428 [project @ 2007-10-13 00:52:12 by jwe]
jwe
parents: 6966
diff changeset
7 % Free Software Foundation; either version 3 of the License, or (at
fd42779a8428 [project @ 2007-10-13 00:52:12 by jwe]
jwe
parents: 6966
diff changeset
8 % your option) any later version.
fd42779a8428 [project @ 2007-10-13 00:52:12 by jwe]
jwe
parents: 6966
diff changeset
9 %
fd42779a8428 [project @ 2007-10-13 00:52:12 by jwe]
jwe
parents: 6966
diff changeset
10 % Octave is distributed in the hope that it will be useful, but WITHOUT
fd42779a8428 [project @ 2007-10-13 00:52:12 by jwe]
jwe
parents: 6966
diff changeset
11 % ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
fd42779a8428 [project @ 2007-10-13 00:52:12 by jwe]
jwe
parents: 6966
diff changeset
12 % FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
fd42779a8428 [project @ 2007-10-13 00:52:12 by jwe]
jwe
parents: 6966
diff changeset
13 % for more details.
fd42779a8428 [project @ 2007-10-13 00:52:12 by jwe]
jwe
parents: 6966
diff changeset
14 %
fd42779a8428 [project @ 2007-10-13 00:52:12 by jwe]
jwe
parents: 6966
diff changeset
15 % You should have received a copy of the GNU General Public License
fd42779a8428 [project @ 2007-10-13 00:52:12 by jwe]
jwe
parents: 6966
diff changeset
16 % along with Octave; see the file COPYING. If not, see
fd42779a8428 [project @ 2007-10-13 00:52:12 by jwe]
jwe
parents: 6966
diff changeset
17 % <http://www.gnu.org/licenses/>.
3403
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
18
17151
2557d9e28fe6 set right margin of contents pages to 0pt for letter paper.
John W. Eaton <jwe@octave.org>
parents: 17145
diff changeset
19 \def\fixcontentsmargin{\contentsrightmargin = 0pt}
2557d9e28fe6 set right margin of contents pages to 0pt for letter paper.
John W. Eaton <jwe@octave.org>
parents: 17145
diff changeset
20
3403
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
21 \input texinfo
17151
2557d9e28fe6 set right margin of contents pages to 0pt for letter paper.
John W. Eaton <jwe@octave.org>
parents: 17145
diff changeset
22
3403
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
23 @setfilename octave.info
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
24
14614
4e9dc46d4125 handle texinfo macros consistently in help system and manual
John W. Eaton <jwe@octave.org>
parents: 14531
diff changeset
25 @include macros.texi
13780
990762e784fe Fix confusing interaction between @code macro and transpose operator (') in documentation (Bug #34661).
Rik <octave@nomad.inbox5.com>
parents: 12761
diff changeset
26
3403
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
27 @ifinfo
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
28 @format
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
29 START-INFO-DIR-ENTRY
10599
d0e0bb2ebebb Remove tabs in .txi files causing problems with pdf formatting.
Rik <octave@nomad.inbox5.com>
parents: 10452
diff changeset
30 * Octave: (octave). Interactive language for numerical computations.
d0e0bb2ebebb Remove tabs in .txi files causing problems with pdf formatting.
Rik <octave@nomad.inbox5.com>
parents: 10452
diff changeset
31
3403
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
32 END-INFO-DIR-ENTRY
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
33 @end format
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
34 @end ifinfo
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
35
17151
2557d9e28fe6 set right margin of contents pages to 0pt for letter paper.
John W. Eaton <jwe@octave.org>
parents: 17145
diff changeset
36 @c Settings for printing on 8-1/2 by 11 inch paper (default):
2557d9e28fe6 set right margin of contents pages to 0pt for letter paper.
John W. Eaton <jwe@octave.org>
parents: 17145
diff changeset
37 @c --------------------------------------------------------
3403
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
38
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
39 @setchapternewpage odd
17153
96b64a18be13 doc: Fix building info with new macro fixcontentsmargin.
Rik <rik@octave.org>
parents: 17152
diff changeset
40 @iftex
17151
2557d9e28fe6 set right margin of contents pages to 0pt for letter paper.
John W. Eaton <jwe@octave.org>
parents: 17145
diff changeset
41 @fixcontentsmargin
17153
96b64a18be13 doc: Fix building info with new macro fixcontentsmargin.
Rik <rik@octave.org>
parents: 17152
diff changeset
42 @end iftex
3403
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
43
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
44 @c Settings for small book format:
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
45 @c ------------------------------
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
46
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
47 @ignore
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
48 @smallbook
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
49 @setchapternewpage odd
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
50 @finalout
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
51 @iftex
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
52 @cropmarks
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
53 @end iftex
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
54 @end ignore
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
55
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
56 @defindex op
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
57
9908
5221eff3ec02 eliminate doc/conf.texi
John W. Eaton <jwe@octave.org>
parents: 9676
diff changeset
58 @c The version.texi file doesn't include a chapter, so it must not be
5221eff3ec02 eliminate doc/conf.texi
John W. Eaton <jwe@octave.org>
parents: 9676
diff changeset
59 @c included if you want to run the Emacs function
5221eff3ec02 eliminate doc/conf.texi
John W. Eaton <jwe@octave.org>
parents: 9676
diff changeset
60 @c texinfo-multiple-files-update.
5221eff3ec02 eliminate doc/conf.texi
John W. Eaton <jwe@octave.org>
parents: 9676
diff changeset
61 @include version.texi
3403
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
62
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
63 @settitle GNU Octave
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
64
5423
6cd1c2fc4dab [project @ 2005-07-28 19:27:57 by jwe]
jwe
parents: 5307
diff changeset
65 @ifnottex
3403
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
66
7018
fd42779a8428 [project @ 2007-10-13 00:52:12 by jwe]
jwe
parents: 6966
diff changeset
67 Copyright @copyright{} 1996, 1997, 1999, 2000, 2001, 2002, 2005, 2006,
12343
38384a0f75c0 Update copyright on written documentation to 2011
Rik <octave@nomad.inbox5.com>
parents: 12336
diff changeset
68 2007, 2011 John W. Eaton.
3403
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
69
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
70 Permission is granted to make and distribute verbatim copies of
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
71 this manual provided the copyright notice and this permission notice
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
72 are preserved on all copies.
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
73
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
74 @ignore
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
75 Permission is granted to process this file through Tex and print the
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
76 results, provided the printed document carries copying permission
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
77 notice identical to this one except for the removal of this paragraph
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
78 (this paragraph not being relevant to the printed manual).
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
79
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
80 @end ignore
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
81 Permission is granted to copy and distribute modified versions of
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
82 this manual under the conditions for verbatim copying, provided that
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
83 the entire resulting derived work is distributed under the terms of
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
84 a permission notice identical to this one.
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
85
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
86 Permission is granted to copy and distribute translations of this
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
87 manual into another language, under the above conditions for
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
88 modified versions.
5423
6cd1c2fc4dab [project @ 2005-07-28 19:27:57 by jwe]
jwe
parents: 5307
diff changeset
89 @end ifnottex
3403
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
90
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
91 @titlepage
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
92 @title GNU Octave
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
93 @subtitle A high-level interactive language for numerical computations
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
94 @subtitle Edition 3 for Octave version @value{VERSION}
12336
af2b18354a8e Add new Octave O logo to Mercurial and build process.
Rik <octave@nomad.inbox5.com>
parents: 12226
diff changeset
95 @subtitle February 2011
af2b18354a8e Add new Octave O logo to Mercurial and build process.
Rik <octave@nomad.inbox5.com>
parents: 12226
diff changeset
96 @sp 2
af2b18354a8e Add new Octave O logo to Mercurial and build process.
Rik <octave@nomad.inbox5.com>
parents: 12226
diff changeset
97 @multitable @columnfractions 0.4 0.025 0.65
af2b18354a8e Add new Octave O logo to Mercurial and build process.
Rik <octave@nomad.inbox5.com>
parents: 12226
diff changeset
98 @item
16094
8899c785cc99 doc: Fix warnings associated with Texinfo 5.0 (bug #38392)
Rik <rik@octave.org>
parents: 15685
diff changeset
99 @flushright @image{octave_logo,2.1in}
8899c785cc99 doc: Fix warnings associated with Texinfo 5.0 (bug #38392)
Rik <rik@octave.org>
parents: 15685
diff changeset
100 @end flushright
12336
af2b18354a8e Add new Octave O logo to Mercurial and build process.
Rik <octave@nomad.inbox5.com>
parents: 12226
diff changeset
101 @tab
af2b18354a8e Add new Octave O logo to Mercurial and build process.
Rik <octave@nomad.inbox5.com>
parents: 12226
diff changeset
102 @c this is a spacer column
af2b18354a8e Add new Octave O logo to Mercurial and build process.
Rik <octave@nomad.inbox5.com>
parents: 12226
diff changeset
103 @tab
af2b18354a8e Add new Octave O logo to Mercurial and build process.
Rik <octave@nomad.inbox5.com>
parents: 12226
diff changeset
104 @sp 8
af2b18354a8e Add new Octave O logo to Mercurial and build process.
Rik <octave@nomad.inbox5.com>
parents: 12226
diff changeset
105 @titlefont{Free Your Numbers}
af2b18354a8e Add new Octave O logo to Mercurial and build process.
Rik <octave@nomad.inbox5.com>
parents: 12226
diff changeset
106 @end multitable
3403
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
107 @author John W. Eaton
6966
da6659f222a6 [project @ 2007-10-06 05:46:30 by jwe]
jwe
parents: 6888
diff changeset
108 @author David Bateman
da6659f222a6 [project @ 2007-10-06 05:46:30 by jwe]
jwe
parents: 6888
diff changeset
109 @author S@o{}ren Hauberg
17153
96b64a18be13 doc: Fix building info with new macro fixcontentsmargin.
Rik <rik@octave.org>
parents: 17152
diff changeset
110 @author Rik Wehbring
3403
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
111 @page
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
112 @vskip 0pt plus 1filll
7018
fd42779a8428 [project @ 2007-10-13 00:52:12 by jwe]
jwe
parents: 6966
diff changeset
113 Copyright @copyright{} 1996, 1997, 1999, 2000, 2001, 2002, 2005, 2006,
12343
38384a0f75c0 Update copyright on written documentation to 2011
Rik <octave@nomad.inbox5.com>
parents: 12336
diff changeset
114 2007, 2011 John W. Eaton.
3403
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
115
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
116 This is the third edition of the Octave documentation, and is consistent
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
117 with version @value{VERSION} of Octave.
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
118
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
119 Permission is granted to make and distribute verbatim copies of
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
120 this manual provided the copyright notice and this permission notice
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
121 are preserved on all copies.
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
122
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
123 Permission is granted to copy and distribute modified versions of this
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
124 manual under the conditions for verbatim copying, provided that the entire
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
125 resulting derived work is distributed under the terms of a permission
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
126 notice identical to this one.
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
127
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
128 Permission is granted to copy and distribute translations of this manual
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
129 into another language, under the same conditions as for modified versions.
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
130
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
131 Portions of this document have been adapted from the @code{gawk},
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
132 @code{readline}, @code{gcc}, and C library manuals, published by the Free
5307
4c8a2e4e0717 [project @ 2005-04-26 19:24:27 by jwe]
jwe
parents: 5164
diff changeset
133 Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
4c8a2e4e0717 [project @ 2005-04-26 19:24:27 by jwe]
jwe
parents: 5164
diff changeset
134 02110-1301--1307, USA.
3403
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
135 @end titlepage
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
136
3606
89f958b5358f [project @ 2000-03-08 09:30:05 by jwe]
jwe
parents: 3489
diff changeset
137 @contents
89f958b5358f [project @ 2000-03-08 09:30:05 by jwe]
jwe
parents: 3489
diff changeset
138
5423
6cd1c2fc4dab [project @ 2005-07-28 19:27:57 by jwe]
jwe
parents: 5307
diff changeset
139 @ifnottex
4167
aae05d51353c [project @ 2002-11-12 02:52:50 by jwe]
jwe
parents: 3862
diff changeset
140 @node Top
3403
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
141 @top
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
142
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
143 This manual documents how to run, install and port GNU Octave, as well
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
144 as its new features and incompatibilities, and how to report bugs.
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
145 It corresponds to GNU Octave version @value{VERSION}.
5423
6cd1c2fc4dab [project @ 2005-07-28 19:27:57 by jwe]
jwe
parents: 5307
diff changeset
146 @end ifnottex
3403
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
147
5424
8514749597f2 [project @ 2005-07-28 19:42:17 by jwe]
jwe
parents: 5423
diff changeset
148 @c ------------------------------------------------------------------------
8514749597f2 [project @ 2005-07-28 19:42:17 by jwe]
jwe
parents: 5423
diff changeset
149
3403
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
150 @menu
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
151 * Preface::
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
152 * Introduction:: A brief introduction to Octave.
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
153 * Getting Started::
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
154 * Data Types::
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
155 * Numeric Data Types::
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
156 * Strings::
6837
7eefeed173ea [project @ 2007-08-27 20:20:55 by dbateman]
dbateman
parents: 6832
diff changeset
157 * Data Containers::
3403
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
158 * Variables::
9032
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
159 * Expressions::
3403
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
160 * Evaluation::
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
161 * Statements:: Looping and program flow control.
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
162 * Functions and Scripts::
6667
a36e4bb26943 [project @ 2007-05-28 06:20:12 by jwe]
jwe
parents: 6646
diff changeset
163 * Errors and Warnings::
4178
b75f74a76941 [project @ 2002-11-13 15:43:35 by jwe]
jwe
parents: 4167
diff changeset
164 * Debugging::
3403
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
165 * Input and Output::
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
166 * Plotting::
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
167 * Matrix Manipulation::
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
168 * Arithmetic::
14116
951eacaf9381 Initial documentation for broadcasting and general vectorization guidelines
Jordi Gutiérrez Hermoso <jordigh@octave.org>
parents: 14033
diff changeset
169 * Linear Algebra::
951eacaf9381 Initial documentation for broadcasting and general vectorization guidelines
Jordi Gutiérrez Hermoso <jordigh@octave.org>
parents: 14033
diff changeset
170 * Vectorization and Faster Code Execution::
951eacaf9381 Initial documentation for broadcasting and general vectorization guidelines
Jordi Gutiérrez Hermoso <jordigh@octave.org>
parents: 14033
diff changeset
171 * Nonlinear Equations::
8839
fcba62cc4549 add chapter about diagonal and permutation matrices to manual
Jaroslav Hajek <highegg@gmail.com>
parents: 8817
diff changeset
172 * Diagonal and Permutation Matrices::
5164
57077d0ddc8e [project @ 2005-02-25 19:55:24 by jwe]
jwe
parents: 4178
diff changeset
173 * Sparse Matrices::
6741
00116015904d [project @ 2007-06-18 16:07:14 by jwe]
jwe
parents: 6702
diff changeset
174 * Numerical Integration::
3403
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
175 * Differential Equations::
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
176 * Optimization::
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
177 * Statistics::
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
178 * Sets::
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
179 * Polynomial Manipulations::
6549
5a5a09d7deb8 [project @ 2007-04-20 06:55:29 by jwe]
jwe
parents: 6537
diff changeset
180 * Interpolation::
6558
e0e1c6df5ab2 [project @ 2007-04-20 19:33:24 by jwe]
jwe
parents: 6554
diff changeset
181 * Geometry::
3403
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
182 * Signal Processing::
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
183 * Image Processing::
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
184 * Audio Processing::
8221
06094fa570a3 Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents: 8055
diff changeset
185 * Object Oriented Programming::
13943
5820f8ce683e doc: Add undocumented functions to manual for 3.6.0 release
Rik <octave@nomad.inbox5.com>
parents: 13780
diff changeset
186 * GUI Development::
3403
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
187 * System Utilities::
15625
acf0addfc610 include Octave Forge java package in core Octave
John W. Eaton <jwe@octave.org>
parents: 15545
diff changeset
188 * Java Interface::
6570
49f0820425a8 [project @ 2007-04-24 23:06:56 by jwe]
jwe
parents: 6559
diff changeset
189 * Packages::
16867
be41c30bcb44 Re-write documentation and all examples of dynamically linked functions.
Rik <rik@octave.org>
parents: 16812
diff changeset
190 * External Code Interface::
5582
6bf56668b01a [project @ 2005-12-15 01:08:20 by jwe]
jwe
parents: 5506
diff changeset
191 * Test and Demo Functions::
9032
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
192 * Tips and Standards::
8055
d51c3541be28 contrib.txi: new documentation for contributors
Jaroslav Hajek <highegg@gmail.com>
parents: 7988
diff changeset
193 * Contributing Guidelines::
10214
57e24c53e063 doc/interpreter/obsolete.texi: new file; list removed functions
John W. Eaton <jwe@octave.org>
parents: 9908
diff changeset
194 * Obsolete Functions::
3403
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
195 * Trouble:: If you have trouble installing Octave.
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
196 * Installation:: How to configure, compile and install Octave.
9032
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
197 * Emacs Octave Support::
12573
232a90612254 Add new section on parsing to documentation.
Rik <octave@nomad.inbox5.com>
parents: 12560
diff changeset
198 * Grammar and Parser::
3403
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
199 * Copying:: The GNU General Public License.
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
200 * Concept Index:: An item for each concept.
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
201 * Function Index:: An item for each documented function.
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
202 * Operator Index:: An item for each documented operator.
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
203
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
204 @detailmenu
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
205 --- The Detailed Node Listing ---
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
206
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
207 Preface
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
208
17152
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
209 * Acknowledgements::
16810
62fa28af2842 doc: add citation() to documentation.
Rik <rik@octave.org>
parents: 16533
diff changeset
210 * Citing Octave in Publications::
17152
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
211 * How You Can Contribute to Octave::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
212 * Distribution::
3453
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
213
9032
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
214 Introduction
3453
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
215
17152
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
216 * Running Octave::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
217 * Simple Examples::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
218 * Conventions::
3453
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
219
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
220 Conventions
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
221
17152
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
222 * Fonts::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
223 * Evaluation Notation::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
224 * Printing Notation::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
225 * Error Messages::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
226 * Format of Descriptions::
3453
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
227
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
228 Format of Descriptions
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
229
17152
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
230 * A Sample Function Description::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
231 * A Sample Command Description::
3453
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
232
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
233 Getting Started
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
234
17152
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
235 * Invoking Octave from the Command Line::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
236 * Quitting Octave::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
237 * Getting Help::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
238 * Command Line Editing::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
239 * Errors::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
240 * Executable Octave Programs::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
241 * Comments::
3453
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
242
6620
bf4bdc21dc8d [project @ 2007-05-14 17:35:46 by jwe]
jwe
parents: 6618
diff changeset
243 Invoking Octave from the Command Line
3453
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
244
17152
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
245 * Command Line Options::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
246 * Startup Files::
3453
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
247
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
248 Command Line Editing
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
249
17152
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
250 * Cursor Motion::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
251 * Killing and Yanking::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
252 * Commands For Text::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
253 * Commands For Completion::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
254 * Commands For History::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
255 * Customizing readline::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
256 * Customizing the Prompt::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
257 * Diary and Echo Commands::
3453
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
258
9035
57649dcecb55 Documentation cleanup of basics.texi
Rik <rdrider0-list@yahoo.com>
parents: 9032
diff changeset
259 Comments
57649dcecb55 Documentation cleanup of basics.texi
Rik <rdrider0-list@yahoo.com>
parents: 9032
diff changeset
260
57649dcecb55 Documentation cleanup of basics.texi
Rik <rdrider0-list@yahoo.com>
parents: 9032
diff changeset
261 * Single Line Comments::
57649dcecb55 Documentation cleanup of basics.texi
Rik <rdrider0-list@yahoo.com>
parents: 9032
diff changeset
262 * Block Comments::
17152
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
263 * Comments and the Help System::
9035
57649dcecb55 Documentation cleanup of basics.texi
Rik <rdrider0-list@yahoo.com>
parents: 9032
diff changeset
264
3453
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
265 Data Types
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
266
17152
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
267 * Built-in Data Types::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
268 * User-defined Data Types::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
269 * Object Sizes::
3453
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
270
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
271 Built-in Data Types
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
272
17152
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
273 * Numeric Objects::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
274 * Missing Data::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
275 * String Objects::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
276 * Data Structure Objects::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
277 * Cell Array Objects::
3453
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
278
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
279 Numeric Data Types
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
280
7984
bbaa5d7d0143 Some documentation updates
David Bateman <dbateman@free.fr>
parents: 7787
diff changeset
281 * Matrices::
bbaa5d7d0143 Some documentation updates
David Bateman <dbateman@free.fr>
parents: 7787
diff changeset
282 * Ranges::
bbaa5d7d0143 Some documentation updates
David Bateman <dbateman@free.fr>
parents: 7787
diff changeset
283 * Single Precision Data Types::
6549
5a5a09d7deb8 [project @ 2007-04-20 06:55:29 by jwe]
jwe
parents: 6537
diff changeset
284 * Integer Data Types::
6781
3058060c560f [project @ 2007-07-19 08:07:31 by dbateman]
dbateman
parents: 6778
diff changeset
285 * Bit Manipulations::
17152
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
286 * Logical Values::
7984
bbaa5d7d0143 Some documentation updates
David Bateman <dbateman@free.fr>
parents: 7787
diff changeset
287 * Promotion and Demotion of Data Types::
17152
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
288 * Predicates for Numeric Objects::
3453
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
289
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
290 Matrices
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
291
17152
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
292 * Empty Matrices::
3453
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
293
9032
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
294 Integer Data Types
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
295
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
296 * Integer Arithmetic::
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
297
3453
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
298 Strings
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
299
11255
d682cd6669ac Update info-based documentation menus to include new nodes.
Rik <octave@nomad.inbox5.com>
parents: 11254
diff changeset
300 * Escape Sequences in String Constants::
9032
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
301 * Character Arrays::
17152
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
302 * Creating Strings::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
303 * Comparing Strings::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
304 * Manipulating Strings::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
305 * String Conversions::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
306 * Character Class Functions::
3453
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
307
9032
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
308 Creating Strings
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
309
17152
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
310 * Concatenating Strings::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
311 * Converting Numerical Data to Strings::
9032
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
312
6837
7eefeed173ea [project @ 2007-08-27 20:20:55 by dbateman]
dbateman
parents: 6832
diff changeset
313 Data Containers
3453
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
314
12596
5161d02c96b7 doc: Add help text for dynamic naming "(var)" of structure fields.
Rik <octave@nomad.inbox5.com>
parents: 12573
diff changeset
315 * Structures::
6837
7eefeed173ea [project @ 2007-08-27 20:20:55 by dbateman]
dbateman
parents: 6832
diff changeset
316 * Cell Arrays::
7eefeed173ea [project @ 2007-08-27 20:20:55 by dbateman]
dbateman
parents: 6832
diff changeset
317 * Comma Separated Lists::
3453
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
318
12596
5161d02c96b7 doc: Add help text for dynamic naming "(var)" of structure fields.
Rik <octave@nomad.inbox5.com>
parents: 12573
diff changeset
319 Structures
9032
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
320
11255
d682cd6669ac Update info-based documentation menus to include new nodes.
Rik <octave@nomad.inbox5.com>
parents: 11254
diff changeset
321 * Basic Usage and Examples::
9032
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
322 * Structure Arrays::
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
323 * Creating Structures::
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
324 * Manipulating Structures::
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
325 * Processing Data in Structures::
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
326
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
327 Cell Arrays
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
328
11255
d682cd6669ac Update info-based documentation menus to include new nodes.
Rik <octave@nomad.inbox5.com>
parents: 11254
diff changeset
329 * Basic Usage of Cell Arrays::
d682cd6669ac Update info-based documentation menus to include new nodes.
Rik <octave@nomad.inbox5.com>
parents: 11254
diff changeset
330 * Creating Cell Arrays::
9032
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
331 * Indexing Cell Arrays::
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
332 * Cell Arrays of Strings::
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
333 * Processing Data in Cell Arrays::
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
334
11255
d682cd6669ac Update info-based documentation menus to include new nodes.
Rik <octave@nomad.inbox5.com>
parents: 11254
diff changeset
335 Comma Separated Lists
d682cd6669ac Update info-based documentation menus to include new nodes.
Rik <octave@nomad.inbox5.com>
parents: 11254
diff changeset
336
d682cd6669ac Update info-based documentation menus to include new nodes.
Rik <octave@nomad.inbox5.com>
parents: 11254
diff changeset
337 * Comma Separated Lists Generated from Cell Arrays::
d682cd6669ac Update info-based documentation menus to include new nodes.
Rik <octave@nomad.inbox5.com>
parents: 11254
diff changeset
338 * Comma Separated Lists Generated from Structure Arrays::
d682cd6669ac Update info-based documentation menus to include new nodes.
Rik <octave@nomad.inbox5.com>
parents: 11254
diff changeset
339
9032
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
340 Variables
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
341
17152
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
342 * Global Variables::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
343 * Persistent Variables::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
344 * Status of Variables::
9032
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
345
3453
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
346 Expressions
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
347
17152
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
348 * Index Expressions::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
349 * Calling Functions::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
350 * Arithmetic Ops::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
351 * Comparison Ops::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
352 * Boolean Expressions::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
353 * Assignment Ops::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
354 * Increment Ops::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
355 * Operator Precedence::
3453
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
356
14033
dfbf6a49847c doc: Update documentation on indexing expressions
Rik <octave@nomad.inbox5.com>
parents: 13943
diff changeset
357 Index Expressions
dfbf6a49847c doc: Update documentation on indexing expressions
Rik <octave@nomad.inbox5.com>
parents: 13943
diff changeset
358
14202
f50e5fa121cf Update Texinfo detailmenu for main Octave documentation.
Rik <octave@nomad.inbox5.com>
parents: 14150
diff changeset
359 * Advanced Indexing::
14033
dfbf6a49847c doc: Update documentation on indexing expressions
Rik <octave@nomad.inbox5.com>
parents: 13943
diff changeset
360
3453
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
361 Calling Functions
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
362
17152
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
363 * Call by Value::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
364 * Recursion::
3453
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
365
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
366 Boolean Expressions
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
367
17152
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
368 * Element-by-element Boolean Operators::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
369 * Short-circuit Boolean Operators::
3453
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
370
9032
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
371 Evaluation
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
372
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
373 * Calling a Function by its Name::
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
374 * Evaluation in a Different Context::
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
375
3453
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
376 Statements
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
377
17152
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
378 * The if Statement::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
379 * The switch Statement::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
380 * The while Statement::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
381 * The do-until Statement::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
382 * The for Statement::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
383 * The break Statement::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
384 * The continue Statement::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
385 * The unwind_protect Statement::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
386 * The try Statement::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
387 * Continuation Lines::
3453
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
388
16394
a53f56e16627 doc: Update texinfo @detailmenu to include Java chapter.
Rik <rik@octave.org>
parents: 16137
diff changeset
389 The switch Statement
9032
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
390
17152
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
391 * Notes for the C Programmer::
9032
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
392
16394
a53f56e16627 doc: Update texinfo @detailmenu to include Java chapter.
Rik <rik@octave.org>
parents: 16137
diff changeset
393 The for Statement
3453
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
394
17152
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
395 * Looping Over Structure Elements::
3453
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
396
9032
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
397 Functions and Scripts
3453
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
398
16394
a53f56e16627 doc: Update texinfo @detailmenu to include Java chapter.
Rik <rik@octave.org>
parents: 16137
diff changeset
399 * Introduction to Function and Script Files::
17152
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
400 * Defining Functions::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
401 * Multiple Return Values::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
402 * Variable-length Argument Lists::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
403 * Ignoring Arguments::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
404 * Variable-length Return Lists::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
405 * Returning from a Function::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
406 * Default Arguments::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
407 * Function Files::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
408 * Script Files::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
409 * Function Handles Anonymous Functions Inline Functions::
9032
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
410 * Commands::
17152
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
411 * Organization of Functions::
3453
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
412
9032
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
413 Function Files
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
414
11255
d682cd6669ac Update info-based documentation menus to include new nodes.
Rik <octave@nomad.inbox5.com>
parents: 11254
diff changeset
415 * Manipulating the Load Path::
9032
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
416 * Subfunctions::
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
417 * Private Functions::
16394
a53f56e16627 doc: Update texinfo @detailmenu to include Java chapter.
Rik <rik@octave.org>
parents: 16137
diff changeset
418 * Nested Functions::
9032
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
419 * Overloading and Autoloading::
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
420 * Function Locking::
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
421 * Function Precedence::
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
422
17152
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
423 Function Handles Anonymous Functions Inline Functions
9032
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
424
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
425 * Function Handles::
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
426 * Anonymous Functions::
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
427 * Inline Functions::
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
428
6667
a36e4bb26943 [project @ 2007-05-28 06:20:12 by jwe]
jwe
parents: 6646
diff changeset
429 Errors and Warnings
a36e4bb26943 [project @ 2007-05-28 06:20:12 by jwe]
jwe
parents: 6646
diff changeset
430
a36e4bb26943 [project @ 2007-05-28 06:20:12 by jwe]
jwe
parents: 6646
diff changeset
431 * Handling Errors::
a36e4bb26943 [project @ 2007-05-28 06:20:12 by jwe]
jwe
parents: 6646
diff changeset
432 * Handling Warnings::
4178
b75f74a76941 [project @ 2002-11-13 15:43:35 by jwe]
jwe
parents: 4167
diff changeset
433
9032
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
434 Handling Errors
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
435
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
436 * Raising Errors::
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
437 * Catching Errors::
12560
d6ad4ed57dda Add onCleanup function to documentation.
Rik <octave@nomad.inbox5.com>
parents: 12526
diff changeset
438 * Recovering From Errors::
9032
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
439
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
440 Handling Warnings
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
441
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
442 * Issuing Warnings::
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
443 * Enabling and Disabling Warnings::
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
444
4178
b75f74a76941 [project @ 2002-11-13 15:43:35 by jwe]
jwe
parents: 4167
diff changeset
445 Debugging
b75f74a76941 [project @ 2002-11-13 15:43:35 by jwe]
jwe
parents: 4167
diff changeset
446
6646
bd0a70c3f2db [project @ 2007-05-22 02:27:43 by jwe]
jwe
parents: 6624
diff changeset
447 * Entering Debug Mode::
7787
6b521b1e3631 Add dbquit and make dbstep compatible. Use parser in debug mode to handle multi-line input
David Bateman <dbateman@free.fr>
parents: 7018
diff changeset
448 * Leaving Debug Mode::
6646
bd0a70c3f2db [project @ 2007-05-22 02:27:43 by jwe]
jwe
parents: 6624
diff changeset
449 * Breakpoints::
bd0a70c3f2db [project @ 2007-05-22 02:27:43 by jwe]
jwe
parents: 6624
diff changeset
450 * Debug Mode::
7787
6b521b1e3631 Add dbquit and make dbstep compatible. Use parser in debug mode to handle multi-line input
David Bateman <dbateman@free.fr>
parents: 7018
diff changeset
451 * Call Stack::
14202
f50e5fa121cf Update Texinfo detailmenu for main Octave documentation.
Rik <octave@nomad.inbox5.com>
parents: 14150
diff changeset
452 * Profiling::
f50e5fa121cf Update Texinfo detailmenu for main Octave documentation.
Rik <octave@nomad.inbox5.com>
parents: 14150
diff changeset
453 * Profiler Example::
6646
bd0a70c3f2db [project @ 2007-05-22 02:27:43 by jwe]
jwe
parents: 6624
diff changeset
454
3453
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
455 Input and Output
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
456
17152
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
457 * Basic Input and Output::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
458 * C-Style I/O Functions::
3453
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
459
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
460 Basic Input and Output
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
461
17152
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
462 * Terminal Output::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
463 * Terminal Input::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
464 * Simple File I/O::
9032
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
465
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
466 Terminal Output
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
467
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
468 * Paging Screen Output::
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
469
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
470 Simple File I/O
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
471
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
472 * Saving Data on Unexpected Exits::
3453
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
473
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
474 C-Style I/O Functions
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
475
17152
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
476 * Opening and Closing Files::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
477 * Simple Output::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
478 * Line-Oriented Input::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
479 * Formatted Output::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
480 * Output Conversion for Matrices::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
481 * Output Conversion Syntax::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
482 * Table of Output Conversions::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
483 * Integer Conversions::
6554
5dde4dc2bcaf [project @ 2007-04-20 17:16:50 by jwe]
jwe
parents: 6551
diff changeset
484 * Floating-Point Conversions::
17152
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
485 * Other Output Conversions::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
486 * Formatted Input::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
487 * Input Conversion Syntax::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
488 * Table of Input Conversions::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
489 * Numeric Input Conversions::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
490 * String Input Conversions::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
491 * Binary I/O::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
492 * Temporary Files::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
493 * EOF and Errors::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
494 * File Positioning::
3453
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
495
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
496 Plotting
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
497
17152
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
498 * Introduction to Plotting::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
499 * High-Level Plotting::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
500 * Graphics Data Structures::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
501 * Advanced Plotting::
3453
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
502
11255
d682cd6669ac Update info-based documentation menus to include new nodes.
Rik <octave@nomad.inbox5.com>
parents: 11254
diff changeset
503 High-Level Plotting
9032
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
504
17152
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
505 * Two-Dimensional Plots::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
506 * Three-Dimensional Plots::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
507 * Plot Annotations::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
508 * Multiple Plots on One Page::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
509 * Multiple Plot Windows::
16096
9720ecf8d257 Fix additional warning associated with Texinfo 5.0 (bug #38392)
Rik <rik@octave.org>
parents: 16094
diff changeset
510 * Manipulation of Plot Windows::
9720ecf8d257 Fix additional warning associated with Texinfo 5.0 (bug #38392)
Rik <rik@octave.org>
parents: 16094
diff changeset
511 * Use of the @code{interpreter} Property::
17152
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
512 * Printing and Saving Plots::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
513 * Interacting with Plots::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
514 * Test Plotting Functions::
9032
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
515
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
516 Two-Dimensional Plots
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
517
17152
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
518 * Axis Configuration::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
519 * Two-dimensional Function Plotting::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
520 * Two-dimensional Geometric Shapes::
9032
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
521
12526
f8ea3eabcb85 Add daspect, pbaspect functions to documentation.
Rik <octave@nomad.inbox5.com>
parents: 12525
diff changeset
522 Three-Dimensional Plots
9032
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
523
14202
f50e5fa121cf Update Texinfo detailmenu for main Octave documentation.
Rik <octave@nomad.inbox5.com>
parents: 14150
diff changeset
524 * Aspect Ratio::
17152
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
525 * Three-dimensional Function Plotting::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
526 * Three-dimensional Geometric Shapes::
9032
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
527
9676
e40835382b68 doc fixes
John W. Eaton <jwe@octave.org>
parents: 9141
diff changeset
528 Graphics Data Structures
9032
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
529
17152
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
530 * Introduction to Graphics Structures::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
531 * Graphics Objects::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
532 * Graphics Object Properties::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
533 * Searching Properties::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
534 * Managing Default Properties::
9032
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
535
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
536 Graphics Object Properties
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
537
17152
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
538 * Root Figure Properties::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
539 * Figure Properties::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
540 * Axes Properties::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
541 * Line Properties::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
542 * Text Properties::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
543 * Image Properties::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
544 * Patch Properties::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
545 * Surface Properties::
9676
e40835382b68 doc fixes
John W. Eaton <jwe@octave.org>
parents: 9141
diff changeset
546
e40835382b68 doc fixes
John W. Eaton <jwe@octave.org>
parents: 9141
diff changeset
547 Advanced Plotting
e40835382b68 doc fixes
John W. Eaton <jwe@octave.org>
parents: 9141
diff changeset
548
17152
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
549 * Colors::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
550 * Line Styles::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
551 * Marker Styles::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
552 * Callbacks::
14202
f50e5fa121cf Update Texinfo detailmenu for main Octave documentation.
Rik <octave@nomad.inbox5.com>
parents: 14150
diff changeset
553 * Application-defined Data::
17152
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
554 * Object Groups::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
555 * Graphics Toolkits::
9032
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
556
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
557 Object Groups
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
558
17152
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
559 * Data Sources in Object Groups::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
560 * Area Series::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
561 * Bar Series::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
562 * Contour Groups::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
563 * Error Bar Series::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
564 * Line Series::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
565 * Quiver Group::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
566 * Scatter Group::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
567 * Stair Group::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
568 * Stem Series::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
569 * Surface Group::
9032
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
570
11576
8ac9687dbe9f rename backend to graphics_toolkit
John W. Eaton <jwe@octave.org>
parents: 11538
diff changeset
571 Graphics Toolkits
9032
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
572
17152
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
573 * Customizing Toolkit Behavior::
9032
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
574
3453
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
575 Matrix Manipulation
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
576
17152
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
577 * Finding Elements and Checking Conditions::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
578 * Rearranging Matrices::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
579 * Special Utility Matrices::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
580 * Famous Matrices::
3453
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
581
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
582 Arithmetic
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
583
9141
c1fff751b5a8 Update section 17.1 (Utility Functions) of arith.txi
Rik <rdrider0-list@yahoo.com>
parents: 9038
diff changeset
584 * Exponents and Logarithms::
17152
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
585 * Complex Arithmetic::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
586 * Trigonometry::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
587 * Sums and Products::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
588 * Utility Functions::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
589 * Special Functions::
12185
862a8e490445 doc fix for rational approximation functions
John W. Eaton <jwe@octave.org>
parents: 11576
diff changeset
590 * Rational Approximations::
9032
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
591 * Coordinate Transformations::
17152
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
592 * Mathematical Constants::
3453
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
593
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
594 Linear Algebra
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
595
11255
d682cd6669ac Update info-based documentation menus to include new nodes.
Rik <octave@nomad.inbox5.com>
parents: 11254
diff changeset
596 * Techniques Used for Linear Algebra::
17152
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
597 * Basic Matrix Functions::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
598 * Matrix Factorizations::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
599 * Functions of a Matrix::
9032
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
600 * Specialized Solvers::
3453
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
601
14116
951eacaf9381 Initial documentation for broadcasting and general vectorization guidelines
Jordi Gutiérrez Hermoso <jordigh@octave.org>
parents: 14033
diff changeset
602 Vectorization and Faster Code Execution
951eacaf9381 Initial documentation for broadcasting and general vectorization guidelines
Jordi Gutiérrez Hermoso <jordigh@octave.org>
parents: 14033
diff changeset
603
14202
f50e5fa121cf Update Texinfo detailmenu for main Octave documentation.
Rik <octave@nomad.inbox5.com>
parents: 14150
diff changeset
604 * Basic Vectorization:: Basic techniques for code optimization
f50e5fa121cf Update Texinfo detailmenu for main Octave documentation.
Rik <octave@nomad.inbox5.com>
parents: 14150
diff changeset
605 * Broadcasting:: Broadcasting operations
f50e5fa121cf Update Texinfo detailmenu for main Octave documentation.
Rik <octave@nomad.inbox5.com>
parents: 14150
diff changeset
606 * Function Application:: Applying functions to arrays, cells, and structs
f50e5fa121cf Update Texinfo detailmenu for main Octave documentation.
Rik <octave@nomad.inbox5.com>
parents: 14150
diff changeset
607 * Accumulation:: Accumulation functions
16878
011119bf4868 doc: Add jit_enable() and debug_jit() to manual.
Rik <rik@octave.org>
parents: 16867
diff changeset
608 * JIT Compiler:: Just-In-Time Compiler for loops
14202
f50e5fa121cf Update Texinfo detailmenu for main Octave documentation.
Rik <octave@nomad.inbox5.com>
parents: 14150
diff changeset
609 * Miscellaneous Techniques:: Other techniques for speeding up code
14116
951eacaf9381 Initial documentation for broadcasting and general vectorization guidelines
Jordi Gutiérrez Hermoso <jordigh@octave.org>
parents: 14033
diff changeset
610 * Examples::
951eacaf9381 Initial documentation for broadcasting and general vectorization guidelines
Jordi Gutiérrez Hermoso <jordigh@octave.org>
parents: 14033
diff changeset
611
12521
02e48856e486 Add fminbnd, fminunc functions to documentation.
Rik <octave@nomad.inbox5.com>
parents: 12343
diff changeset
612 Nonlinear Equations
02e48856e486 Add fminbnd, fminunc functions to documentation.
Rik <octave@nomad.inbox5.com>
parents: 12343
diff changeset
613
02e48856e486 Add fminbnd, fminunc functions to documentation.
Rik <octave@nomad.inbox5.com>
parents: 12343
diff changeset
614 * Solvers::
17152
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
615 * Minimizers::
12521
02e48856e486 Add fminbnd, fminunc functions to documentation.
Rik <octave@nomad.inbox5.com>
parents: 12343
diff changeset
616
8839
fcba62cc4549 add chapter about diagonal and permutation matrices to manual
Jaroslav Hajek <highegg@gmail.com>
parents: 8817
diff changeset
617 Diagonal and Permutation Matrices
fcba62cc4549 add chapter about diagonal and permutation matrices to manual
Jaroslav Hajek <highegg@gmail.com>
parents: 8817
diff changeset
618
17152
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
619 * Basic Usage:: Creation and Manipulation of Diagonal/Permutation Matrices
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
620 * Matrix Algebra:: Linear Algebra with Diagonal/Permutation Matrices
9032
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
621 * Function Support:: Functions That Are Aware of These Matrices
17152
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
622 * Example Code:: Examples of Usage
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
623 * Zeros Treatment:: Differences in Treatment of Zero Elements
9032
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
624
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
625 Basic Usage
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
626
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
627 * Creating Diagonal Matrices::
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
628 * Creating Permutation Matrices::
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
629 * Explicit and Implicit Conversions::
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
630
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
631 Matrix Algebra
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
632
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
633 * Expressions Involving Diagonal Matrices::
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
634 * Expressions Involving Permutation Matrices::
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
635
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
636 Function Support
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
637
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
638 * Diagonal Matrix Functions::
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
639 * Permutation Matrix Functions::
8839
fcba62cc4549 add chapter about diagonal and permutation matrices to manual
Jaroslav Hajek <highegg@gmail.com>
parents: 8817
diff changeset
640
5164
57077d0ddc8e [project @ 2005-02-25 19:55:24 by jwe]
jwe
parents: 4178
diff changeset
641 Sparse Matrices
57077d0ddc8e [project @ 2005-02-25 19:55:24 by jwe]
jwe
parents: 4178
diff changeset
642
9032
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
643 * Basics:: Creation and Manipulation of Sparse Matrices
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
644 * Sparse Linear Algebra:: Linear Algebra on Sparse Matrices
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
645 * Iterative Techniques:: Iterative Techniques
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
646 * Real Life Example:: Using Sparse Matrices
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
647
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
648 Basics
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
649
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
650 * Storage of Sparse Matrices::
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
651 * Creating Sparse Matrices::
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
652 * Information::
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
653 * Operators and Functions::
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
654
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
655 Operators and Functions
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
656
17152
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
657 * Sparse Functions::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
658 * Return Types of Operators and Functions::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
659 * Mathematical Considerations::
5164
57077d0ddc8e [project @ 2005-02-25 19:55:24 by jwe]
jwe
parents: 4178
diff changeset
660
6741
00116015904d [project @ 2007-06-18 16:07:14 by jwe]
jwe
parents: 6702
diff changeset
661 Numerical Integration
3453
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
662
17152
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
663 * Functions of One Variable::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
664 * Orthogonal Collocation::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
665 * Functions of Multiple Variables::
3453
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
666
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
667 Differential Equations
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
668
17152
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
669 * Ordinary Differential Equations::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
670 * Differential-Algebraic Equations::
3453
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
671
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
672 Optimization
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
673
17152
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
674 * Linear Programming::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
675 * Quadratic Programming::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
676 * Nonlinear Programming::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
677 * Linear Least Squares::
3453
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
678
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
679 Statistics
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
680
6754
451b346d8c2f [project @ 2007-06-25 17:31:46 by jwe]
jwe
parents: 6741
diff changeset
681 * Descriptive Statistics::
17152
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
682 * Basic Statistical Functions::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
683 * Statistical Plots::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
684 * Correlation and Regression Analysis::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
685 * Distributions::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
686 * Tests::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
687 * Random Number Generation::
3453
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
688
6741
00116015904d [project @ 2007-06-18 16:07:14 by jwe]
jwe
parents: 6702
diff changeset
689 Sets
00116015904d [project @ 2007-06-18 16:07:14 by jwe]
jwe
parents: 6702
diff changeset
690
00116015904d [project @ 2007-06-18 16:07:14 by jwe]
jwe
parents: 6702
diff changeset
691 * Set Operations::
00116015904d [project @ 2007-06-18 16:07:14 by jwe]
jwe
parents: 6702
diff changeset
692
6850
9398f6a81bdf [project @ 2007-08-31 17:29:22 by jwe]
jwe
parents: 6837
diff changeset
693 Polynomial Manipulations
9398f6a81bdf [project @ 2007-08-31 17:29:22 by jwe]
jwe
parents: 6837
diff changeset
694
9398f6a81bdf [project @ 2007-08-31 17:29:22 by jwe]
jwe
parents: 6837
diff changeset
695 * Evaluating Polynomials::
9398f6a81bdf [project @ 2007-08-31 17:29:22 by jwe]
jwe
parents: 6837
diff changeset
696 * Finding Roots::
9398f6a81bdf [project @ 2007-08-31 17:29:22 by jwe]
jwe
parents: 6837
diff changeset
697 * Products of Polynomials::
11538
6eded7561d9d Add undocumented polyaffine function to documentation.
Rik <octave@nomad.inbox5.com>
parents: 11523
diff changeset
698 * Derivatives / Integrals / Transforms::
6850
9398f6a81bdf [project @ 2007-08-31 17:29:22 by jwe]
jwe
parents: 6837
diff changeset
699 * Polynomial Interpolation::
9398f6a81bdf [project @ 2007-08-31 17:29:22 by jwe]
jwe
parents: 6837
diff changeset
700 * Miscellaneous Functions::
9398f6a81bdf [project @ 2007-08-31 17:29:22 by jwe]
jwe
parents: 6837
diff changeset
701
6702
b2391d403ed2 [project @ 2007-06-12 21:39:26 by dbateman]
dbateman
parents: 6667
diff changeset
702 Interpolation
6823
9fddcc586065 [project @ 2007-08-24 08:27:27 by dbateman]
dbateman
parents: 6788
diff changeset
703
6702
b2391d403ed2 [project @ 2007-06-12 21:39:26 by dbateman]
dbateman
parents: 6667
diff changeset
704 * One-dimensional Interpolation::
b2391d403ed2 [project @ 2007-06-12 21:39:26 by dbateman]
dbateman
parents: 6667
diff changeset
705 * Multi-dimensional Interpolation::
6570
49f0820425a8 [project @ 2007-04-24 23:06:56 by jwe]
jwe
parents: 6559
diff changeset
706
6823
9fddcc586065 [project @ 2007-08-24 08:27:27 by dbateman]
dbateman
parents: 6788
diff changeset
707 Geometry
9fddcc586065 [project @ 2007-08-24 08:27:27 by dbateman]
dbateman
parents: 6788
diff changeset
708
9fddcc586065 [project @ 2007-08-24 08:27:27 by dbateman]
dbateman
parents: 6788
diff changeset
709 * Delaunay Triangulation::
9fddcc586065 [project @ 2007-08-24 08:27:27 by dbateman]
dbateman
parents: 6788
diff changeset
710 * Voronoi Diagrams::
9fddcc586065 [project @ 2007-08-24 08:27:27 by dbateman]
dbateman
parents: 6788
diff changeset
711 * Convex Hull::
9fddcc586065 [project @ 2007-08-24 08:27:27 by dbateman]
dbateman
parents: 6788
diff changeset
712 * Interpolation on Scattered Data::
9fddcc586065 [project @ 2007-08-24 08:27:27 by dbateman]
dbateman
parents: 6788
diff changeset
713
9032
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
714 Delaunay Triangulation
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
715
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
716 * Plotting the Triangulation::
11255
d682cd6669ac Update info-based documentation menus to include new nodes.
Rik <octave@nomad.inbox5.com>
parents: 11254
diff changeset
717 * Identifying Points in Triangulation::
9032
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
718
6535
3ef1aa12f04c [project @ 2007-04-18 16:17:25 by jwe]
jwe
parents: 6531
diff changeset
719 Image Processing
3ef1aa12f04c [project @ 2007-04-18 16:17:25 by jwe]
jwe
parents: 6531
diff changeset
720
17152
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
721 * Loading and Saving Images::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
722 * Displaying Images::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
723 * Representing Images::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
724 * Plotting on top of Images::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
725 * Color Conversion::
6535
3ef1aa12f04c [project @ 2007-04-18 16:17:25 by jwe]
jwe
parents: 6531
diff changeset
726
8221
06094fa570a3 Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents: 8055
diff changeset
727 Object Oriented Programming
06094fa570a3 Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents: 8055
diff changeset
728
9032
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
729 * Creating a Class::
8221
06094fa570a3 Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents: 8055
diff changeset
730 * Manipulating Classes::
06094fa570a3 Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents: 8055
diff changeset
731 * Indexing Objects::
06094fa570a3 Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents: 8055
diff changeset
732 * Overloading Objects::
11255
d682cd6669ac Update info-based documentation menus to include new nodes.
Rik <octave@nomad.inbox5.com>
parents: 11254
diff changeset
733 * Inheritance and Aggregation::
d682cd6669ac Update info-based documentation menus to include new nodes.
Rik <octave@nomad.inbox5.com>
parents: 11254
diff changeset
734
d682cd6669ac Update info-based documentation menus to include new nodes.
Rik <octave@nomad.inbox5.com>
parents: 11254
diff changeset
735 Indexing Objects
d682cd6669ac Update info-based documentation menus to include new nodes.
Rik <octave@nomad.inbox5.com>
parents: 11254
diff changeset
736
d682cd6669ac Update info-based documentation menus to include new nodes.
Rik <octave@nomad.inbox5.com>
parents: 11254
diff changeset
737 * Defining Indexing And Indexed Assignment::
d682cd6669ac Update info-based documentation menus to include new nodes.
Rik <octave@nomad.inbox5.com>
parents: 11254
diff changeset
738 * Indexed Assignment Optimization::
8221
06094fa570a3 Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents: 8055
diff changeset
739
9032
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
740 Overloading Objects
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
741
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
742 * Function Overloading::
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
743 * Operator Overloading::
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
744 * Precedence of Objects::
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
745
13943
5820f8ce683e doc: Add undocumented functions to manual for 3.6.0 release
Rik <octave@nomad.inbox5.com>
parents: 13780
diff changeset
746 GUI Development
5820f8ce683e doc: Add undocumented functions to manual for 3.6.0 release
Rik <octave@nomad.inbox5.com>
parents: 13780
diff changeset
747
17152
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
748 * I/O Dialogs::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
749 * Progress Bar::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
750 * GUI Utility Functions::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
751 * User-Defined Preferences::
13943
5820f8ce683e doc: Add undocumented functions to manual for 3.6.0 release
Rik <octave@nomad.inbox5.com>
parents: 13780
diff changeset
752
3453
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
753 System Utilities
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
754
17152
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
755 * Timing Utilities::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
756 * Filesystem Utilities::
6549
5a5a09d7deb8 [project @ 2007-04-20 06:55:29 by jwe]
jwe
parents: 6537
diff changeset
757 * File Archiving Utilities::
5a5a09d7deb8 [project @ 2007-04-20 06:55:29 by jwe]
jwe
parents: 6537
diff changeset
758 * Networking Utilities::
17152
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
759 * Controlling Subprocesses::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
760 * Process ID Information::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
761 * Environment Variables::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
762 * Current Working Directory::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
763 * Password Database Functions::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
764 * Group Database Functions::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
765 * System Information::
6702
b2391d403ed2 [project @ 2007-06-12 21:39:26 by dbateman]
dbateman
parents: 6667
diff changeset
766 * Hashing Functions::
3453
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
767
11255
d682cd6669ac Update info-based documentation menus to include new nodes.
Rik <octave@nomad.inbox5.com>
parents: 11254
diff changeset
768 Networking Utilities
d682cd6669ac Update info-based documentation menus to include new nodes.
Rik <octave@nomad.inbox5.com>
parents: 11254
diff changeset
769
d682cd6669ac Update info-based documentation menus to include new nodes.
Rik <octave@nomad.inbox5.com>
parents: 11254
diff changeset
770 * FTP Objects::
d682cd6669ac Update info-based documentation menus to include new nodes.
Rik <octave@nomad.inbox5.com>
parents: 11254
diff changeset
771 * URL Manipulation::
16812
366a13bd71d5 doc: Add base64_encode()/base64_decode() to documentation.
Rik <rik@octave.org>
parents: 16810
diff changeset
772 * Base64 and Binary Data Transmission::
11255
d682cd6669ac Update info-based documentation menus to include new nodes.
Rik <octave@nomad.inbox5.com>
parents: 11254
diff changeset
773
16394
a53f56e16627 doc: Update texinfo @detailmenu to include Java chapter.
Rik <rik@octave.org>
parents: 16137
diff changeset
774 Java Interface
a53f56e16627 doc: Update texinfo @detailmenu to include Java chapter.
Rik <rik@octave.org>
parents: 16137
diff changeset
775
a53f56e16627 doc: Update texinfo @detailmenu to include Java chapter.
Rik <rik@octave.org>
parents: 16137
diff changeset
776 * Java Interface Functions::
a53f56e16627 doc: Update texinfo @detailmenu to include Java chapter.
Rik <rik@octave.org>
parents: 16137
diff changeset
777 * Dialog Box Functions::
a53f56e16627 doc: Update texinfo @detailmenu to include Java chapter.
Rik <rik@octave.org>
parents: 16137
diff changeset
778 * FAQ - Frequently asked Questions::
a53f56e16627 doc: Update texinfo @detailmenu to include Java chapter.
Rik <rik@octave.org>
parents: 16137
diff changeset
779
a53f56e16627 doc: Update texinfo @detailmenu to include Java chapter.
Rik <rik@octave.org>
parents: 16137
diff changeset
780 FAQ - Frequently asked Questions
a53f56e16627 doc: Update texinfo @detailmenu to include Java chapter.
Rik <rik@octave.org>
parents: 16137
diff changeset
781
16533
52c661334154 avoid trouble with @sc{..} in section heading/node name
John W. Eaton <jwe@octave.org>
parents: 16394
diff changeset
782 * How to distinguish between Octave and Matlab?::
16394
a53f56e16627 doc: Update texinfo @detailmenu to include Java chapter.
Rik <rik@octave.org>
parents: 16137
diff changeset
783 * How to make Java classes available?::
a53f56e16627 doc: Update texinfo @detailmenu to include Java chapter.
Rik <rik@octave.org>
parents: 16137
diff changeset
784 * How to create an instance of a Java class?::
a53f56e16627 doc: Update texinfo @detailmenu to include Java chapter.
Rik <rik@octave.org>
parents: 16137
diff changeset
785 * How can I handle memory limitations?::
17152
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
786 * Which @TeX{} symbols are implemented in dialog functions?::
16394
a53f56e16627 doc: Update texinfo @detailmenu to include Java chapter.
Rik <rik@octave.org>
parents: 16137
diff changeset
787
6537
062bade36bf7 [project @ 2007-04-18 16:40:25 by jwe]
jwe
parents: 6535
diff changeset
788 Packages
062bade36bf7 [project @ 2007-04-18 16:40:25 by jwe]
jwe
parents: 6535
diff changeset
789
17152
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
790 * Installing and Removing Packages::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
791 * Using Packages::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
792 * Administrating Packages::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
793 * Creating Packages::
9032
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
794
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
795 Creating Packages
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
796
17152
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
797 * The DESCRIPTION File::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
798 * The INDEX File::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
799 * PKG_ADD and PKG_DEL Directives::
6537
062bade36bf7 [project @ 2007-04-18 16:40:25 by jwe]
jwe
parents: 6535
diff changeset
800
16867
be41c30bcb44 Re-write documentation and all examples of dynamically linked functions.
Rik <rik@octave.org>
parents: 16812
diff changeset
801 External Code Interface
6570
49f0820425a8 [project @ 2007-04-24 23:06:56 by jwe]
jwe
parents: 6559
diff changeset
802
17152
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
803 * Oct-Files::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
804 * Mex-Files::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
805 * Standalone Programs::
9032
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
806
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
807 Oct-Files
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
808
17152
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
809 * Getting Started with Oct-Files::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
810 * Matrices and Arrays in Oct-Files::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
811 * Character Strings in Oct-Files::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
812 * Cell Arrays in Oct-Files::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
813 * Structures in Oct-Files::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
814 * Sparse Matrices in Oct-Files::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
815 * Accessing Global Variables in Oct-Files::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
816 * Calling Octave Functions from Oct-Files::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
817 * Calling External Code from Oct-Files::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
818 * Allocating Local Memory in Oct-Files::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
819 * Input Parameter Checking in Oct-Files::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
820 * Exception and Error Handling in Oct-Files::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
821 * Documentation and Test of Oct-Files::
9032
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
822
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
823 Sparse Matrices in Oct-Files
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
824
17152
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
825 * Array and Sparse Class Differences::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
826 * Creating Sparse Matrices in Oct-Files::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
827 * Using Sparse Matrices in Oct-Files::
9032
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
828
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
829 Mex-Files
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
830
17152
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
831 * Getting Started with Mex-Files::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
832 * Working with Matrices and Arrays in Mex-Files::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
833 * Character Strings in Mex-Files::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
834 * Cell Arrays with Mex-Files::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
835 * Structures with Mex-Files::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
836 * Sparse Matrices with Mex-Files::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
837 * Calling Other Functions in Mex-Files::
6570
49f0820425a8 [project @ 2007-04-24 23:06:56 by jwe]
jwe
parents: 6559
diff changeset
838
5582
6bf56668b01a [project @ 2005-12-15 01:08:20 by jwe]
jwe
parents: 5506
diff changeset
839 Test and Demo Functions
6bf56668b01a [project @ 2005-12-15 01:08:20 by jwe]
jwe
parents: 5506
diff changeset
840
6bf56668b01a [project @ 2005-12-15 01:08:20 by jwe]
jwe
parents: 5506
diff changeset
841 * Test Functions::
6bf56668b01a [project @ 2005-12-15 01:08:20 by jwe]
jwe
parents: 5506
diff changeset
842 * Demonstration Functions::
6bf56668b01a [project @ 2005-12-15 01:08:20 by jwe]
jwe
parents: 5506
diff changeset
843
3453
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
844 Tips and Standards
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
845
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
846 * Style Tips:: Writing clean and robust programs.
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
847 * Comment Tips:: Conventions for writing comments.
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
848 * Function Headers:: Standard headers for functions.
9032
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
849 * Documentation Tips:: Writing readable documentation strings.
3453
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
850
9032
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
851 Contributing Guidelines
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
852
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
853 * How to Contribute::
14150
87f06b9990bb doc: improve documentation for building Octave
John W. Eaton <jwe@octave.org>
parents: 14138
diff changeset
854 * Building the Development Sources::
87f06b9990bb doc: improve documentation for building Octave
John W. Eaton <jwe@octave.org>
parents: 14138
diff changeset
855 * Basics of Generating a Changeset::
9032
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
856 * General Guidelines::
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
857 * Octave Sources (m-files)::
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
858 * C++ Sources::
10599
d0e0bb2ebebb Remove tabs in .txi files causing problems with pdf formatting.
Rik <octave@nomad.inbox5.com>
parents: 10452
diff changeset
859 * Other Sources::
9032
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
860
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
861 Trouble
3453
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
862
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
863 * Actual Bugs:: Bugs we will fix later.
17152
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
864 * Reporting Bugs::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
865 * Service::
3453
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
866
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
867 Reporting Bugs
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
868
17152
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
869 * Bug Criteria::
14202
f50e5fa121cf Update Texinfo detailmenu for main Octave documentation.
Rik <octave@nomad.inbox5.com>
parents: 14150
diff changeset
870 * Bug Tracker:: Where to submit your bug report.
f50e5fa121cf Update Texinfo detailmenu for main Octave documentation.
Rik <octave@nomad.inbox5.com>
parents: 14150
diff changeset
871 * Bug Reporting:: How to report a bug effectively.
f50e5fa121cf Update Texinfo detailmenu for main Octave documentation.
Rik <octave@nomad.inbox5.com>
parents: 14150
diff changeset
872 * Sending Patches:: How to send a patch for Octave.
3453
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
873
9032
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
874 Installation
3453
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
875
14150
87f06b9990bb doc: improve documentation for building Octave
John W. Eaton <jwe@octave.org>
parents: 14138
diff changeset
876 * Build Dependencies::
87f06b9990bb doc: improve documentation for building Octave
John W. Eaton <jwe@octave.org>
parents: 14138
diff changeset
877 * Running Configure and Make::
14202
f50e5fa121cf Update Texinfo detailmenu for main Octave documentation.
Rik <octave@nomad.inbox5.com>
parents: 14150
diff changeset
878 * Compiling Octave with 64-bit Indexing::
f50e5fa121cf Update Texinfo detailmenu for main Octave documentation.
Rik <octave@nomad.inbox5.com>
parents: 14150
diff changeset
879 * Installation Problems::
f50e5fa121cf Update Texinfo detailmenu for main Octave documentation.
Rik <octave@nomad.inbox5.com>
parents: 14150
diff changeset
880
f50e5fa121cf Update Texinfo detailmenu for main Octave documentation.
Rik <octave@nomad.inbox5.com>
parents: 14150
diff changeset
881 Build Dependencies
f50e5fa121cf Update Texinfo detailmenu for main Octave documentation.
Rik <octave@nomad.inbox5.com>
parents: 14150
diff changeset
882
14531
8985cbbd2fe4 doc: Periodic spellcheck of documentation
Rik <octave@nomad.inbox5.com>
parents: 14491
diff changeset
883 * Obtaining the Dependencies Automatically::
14202
f50e5fa121cf Update Texinfo detailmenu for main Octave documentation.
Rik <octave@nomad.inbox5.com>
parents: 14150
diff changeset
884 * Build Tools::
f50e5fa121cf Update Texinfo detailmenu for main Octave documentation.
Rik <octave@nomad.inbox5.com>
parents: 14150
diff changeset
885 * External Packages::
3453
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
886
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
887 Emacs Octave Support
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
888
17152
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
889 * Installing EOS::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
890 * Using Octave Mode::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
891 * Running Octave from Within Emacs::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
892 * Using the Emacs Info Reader for Octave::
12573
232a90612254 Add new section on parsing to documentation.
Rik <octave@nomad.inbox5.com>
parents: 12560
diff changeset
893
232a90612254 Add new section on parsing to documentation.
Rik <octave@nomad.inbox5.com>
parents: 12560
diff changeset
894 Grammar and Parser
232a90612254 Add new section on parsing to documentation.
Rik <octave@nomad.inbox5.com>
parents: 12560
diff changeset
895
17152
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
896 * Keywords::
f2a8592b8fbd doc: Shorten some long subsection names in Manual.
Rik <rik@octave.org>
parents: 17151
diff changeset
897 * Parser::
12573
232a90612254 Add new section on parsing to documentation.
Rik <octave@nomad.inbox5.com>
parents: 12560
diff changeset
898
3453
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
899 @end detailmenu
3403
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
900 @end menu
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
901
5424
8514749597f2 [project @ 2005-07-28 19:42:17 by jwe]
jwe
parents: 5423
diff changeset
902 @c ------------------------------------------------------------------------
8514749597f2 [project @ 2005-07-28 19:42:17 by jwe]
jwe
parents: 5423
diff changeset
903
3403
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
904 @include preface.texi
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
905 @include intro.texi
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
906 @include basics.texi
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
907 @include data.texi
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
908 @include numbers.texi
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
909 @include strings.texi
3439
3234a698073a [project @ 2000-01-14 09:51:14 by jwe]
jwe
parents: 3406
diff changeset
910 @include container.texi
3403
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
911 @include var.texi
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
912 @include expr.texi
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
913 @include eval.texi
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
914 @include stmt.texi
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
915 @include func.texi
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
916 @include errors.texi
4167
aae05d51353c [project @ 2002-11-12 02:52:50 by jwe]
jwe
parents: 3862
diff changeset
917 @include debug.texi
3403
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
918 @include io.texi
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
919 @include plot.texi
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
920 @include matrix.texi
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
921 @include arith.texi
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
922 @include linalg.texi
14116
951eacaf9381 Initial documentation for broadcasting and general vectorization guidelines
Jordi Gutiérrez Hermoso <jordigh@octave.org>
parents: 14033
diff changeset
923 @include vectorize.texi
3403
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
924 @include nonlin.texi
8839
fcba62cc4549 add chapter about diagonal and permutation matrices to manual
Jaroslav Hajek <highegg@gmail.com>
parents: 8817
diff changeset
925 @include diagperm.texi
5164
57077d0ddc8e [project @ 2005-02-25 19:55:24 by jwe]
jwe
parents: 4178
diff changeset
926 @include sparse.texi
3403
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
927 @include quad.texi
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
928 @include diffeq.texi
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
929 @include optim.texi
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
930 @include stats.texi
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
931 @include set.texi
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
932 @include poly.texi
6549
5a5a09d7deb8 [project @ 2007-04-20 06:55:29 by jwe]
jwe
parents: 6537
diff changeset
933 @include interp.texi
6558
e0e1c6df5ab2 [project @ 2007-04-20 19:33:24 by jwe]
jwe
parents: 6554
diff changeset
934 @include geometry.texi
3403
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
935 @include signal.texi
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
936 @include image.texi
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
937 @include audio.texi
8221
06094fa570a3 Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents: 8055
diff changeset
938 @include oop.texi
13943
5820f8ce683e doc: Add undocumented functions to manual for 3.6.0 release
Rik <octave@nomad.inbox5.com>
parents: 13780
diff changeset
939 @include gui.texi
3403
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
940 @include system.texi
15625
acf0addfc610 include Octave Forge java package in core Octave
John W. Eaton <jwe@octave.org>
parents: 15545
diff changeset
941 @include java.texi
6537
062bade36bf7 [project @ 2007-04-18 16:40:25 by jwe]
jwe
parents: 6535
diff changeset
942 @include package.texi
3403
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
943
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
944 @c maybe add again later, if anyone every writes any really interesting
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
945 @c fun stuff for Octave.
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
946 @c
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
947 @c @include amuse.texi
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
948
9032
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
949 @c ------------------------------------------------------------------------
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
950 @c Appendices start here.
3403
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
951
16867
be41c30bcb44 Re-write documentation and all examples of dynamically linked functions.
Rik <rik@octave.org>
parents: 16812
diff changeset
952 @include external.texi
5582
6bf56668b01a [project @ 2005-12-15 01:08:20 by jwe]
jwe
parents: 5506
diff changeset
953 @include testfun.texi
3403
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
954 @include tips.texi
8055
d51c3541be28 contrib.txi: new documentation for contributors
Jaroslav Hajek <highegg@gmail.com>
parents: 7988
diff changeset
955 @include contrib.texi
10214
57e24c53e063 doc/interpreter/obsolete.texi: new file; list removed functions
John W. Eaton <jwe@octave.org>
parents: 9908
diff changeset
956 @include obsolete.texi
3403
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
957 @include bugs.texi
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
958 @include install.texi
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
959 @include emacs.texi
12573
232a90612254 Add new section on parsing to documentation.
Rik <octave@nomad.inbox5.com>
parents: 12560
diff changeset
960 @include grammar.texi
3403
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
961 @include gpl.texi
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
962
9032
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
963 @c ------------------------------------------------------------------------
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
964 @c Indices start here.
349616d9c38e Cleanup top-level documentation menu in octave.texi
Rik <rdrider0-list@yahoo.com>
parents: 8920
diff changeset
965
3403
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
966 @include cp-idx.texi
8567
674d00f5e072 remove variable index
Soren Hauberg <soren@hauberg.org>
parents: 8221
diff changeset
967 @c @include vr-idx.texi
3403
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
968 @include fn-idx.texi
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
969 @include op-idx.texi
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
970
6f6dc7a86a99 [project @ 2000-01-05 06:11:13 by jwe]
jwe
parents:
diff changeset
971 @bye