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