| Index Entry | Section |
|
# | | |
| `#' | 2.7 Comments in Octave Programs |
| `#!' | 2.6 Executable Octave Programs |
|
% | | |
| `%' | 2.7 Comments in Octave Programs |
|
- | | |
| --braindead | 2.1.1 Command Line Options |
| --debug | 2.1.1 Command Line Options |
| --echo-commands | 2.1.1 Command Line Options |
| --exec-path path | 2.1.1 Command Line Options |
| --help | 2.1.1 Command Line Options |
| --info-file filename | 2.1.1 Command Line Options |
| --info-program program | 2.1.1 Command Line Options |
| --interactive | 2.1.1 Command Line Options |
| --no-init-file | 2.1.1 Command Line Options |
| --no-line-editing | 2.1.1 Command Line Options |
| --no-site-file | 2.1.1 Command Line Options |
| --norc | 2.1.1 Command Line Options |
| --path path | 2.1.1 Command Line Options |
| --quiet | 2.1.1 Command Line Options |
| --silent | 2.1.1 Command Line Options |
| --traditional | 2.1.1 Command Line Options |
| --verbose | 2.1.1 Command Line Options |
| --version | 2.1.1 Command Line Options |
| -? | 2.1.1 Command Line Options |
| -d | 2.1.1 Command Line Options |
| -f | 2.1.1 Command Line Options |
| -h | 2.1.1 Command Line Options |
| -i | 2.1.1 Command Line Options |
| -p path | 2.1.1 Command Line Options |
| -q | 2.1.1 Command Line Options |
| -V | 2.1.1 Command Line Options |
| -v | 2.1.1 Command Line Options |
| -x | 2.1.1 Command Line Options |
|
. | | |
| ... | 13.3 Variable-length Argument Lists |
| ... | 13.4 Variable-length Return Lists |
| ... continuation marker | 12.9 The try Statement |
| .octaverc | 2.1.2 Startup Files |
|
\ | | |
| \ continuation marker | 12.9 The try Statement |
|
~ | | |
| ~/.octaverc | 2.1.2 Startup Files |
|
A | | |
| acknowledgements | Acknowledgements |
| addition | 10.3 Arithmetic Operators |
| and operator | 10.5 Boolean Expressions |
| answers, incorrect | B.3 Have You Found a Bug? |
| answers, incorrect | B.5 How to Report Bugs |
| any key | 1.3.1 Fonts |
| arguments in function call | 10.2 Calling Functions |
| arithmetic operators | 10.3 Arithmetic Operators |
| assignment expressions | 10.6 Assignment Expressions |
| assignment operators | 10.6 Assignment Expressions |
|
B | | |
| body of a loop | 12.3 The while Statement |
| boolean expressions | 10.5 Boolean Expressions |
| boolean operators | 10.5 Boolean Expressions |
| break statement | 12.6 The break Statement |
| bug criteria | B.3 Have You Found a Bug? |
| bug report mailing lists | B.4 Where to Report Bugs |
| bugs | B.2 Reporting Bugs |
| bugs, investigating | B.5 How to Report Bugs |
| bugs, known | B. Known Causes of Trouble |
| bugs, reporting | B.4 Where to Report Bugs |
| bugs, reporting | B.5 How to Report Bugs |
| built-in data types | 3.1 Built-in Data Types |
| built-in function | 1.3.5.1 A Sample Function Description |
|
C | | |
| case statement | 12.2 The switch Statement |
| catch | 12.9 The try Statement |
| cell arrays | 7.2 Cell Arrays |
| character strings | 3.1.3 String Objects |
| character strings | 5. Strings |
| Cholesky factorization | 20.2 Matrix Factorizations |
| clearing the screen | 2.4.1 Cursor Motion |
| coding standards | A. Tips and Standards |
| command and ouput logs | 2.4.8 Diary and Echo Commands |
| command completion | 2.4.4 Letting Readline Type For You |
| command descriptions | 1.3.5.2 A Sample Command Description |
| command echoing | 2.4.8 Diary and Echo Commands |
| command history | 2.4.5 Commands For Manipulating The History |
| command options | 2.1.1 Command Line Options |
| command-line editing | 2.4 Command Line Editing |
| comments | 2.7 Comments in Octave Programs |
| comparison expressions | 10.4 Comparison Operators |
| complex-conjugate transpose | 10.3 Arithmetic Operators |
| compounding, value of | 26. Financial Functions |
| containers | 7. Containers |
| continuation lines | 12.9 The try Statement |
| continue statement | 12.7 The continue Statement |
| contributing to Octave | How You Can Contribute to Octave |
| contributors | Preface |
| conversion specifications (printf ) | 16.2.4 Formatted Output |
| conversion specifications (scanf ) | 16.2.11 Formatted Input |
| copyright | E.1 Keywords |
| core dump | B.3 Have You Found a Bug? |
| customizing the prompt | 2.4.7 Customizing the Prompt |
|
D | | |
| DAE | 23. Differential Equations |
| data structures | 3.1.4 Data Structure Objects |
| data structures | 6. Data Structures |
| data types | 3. Data Types |
| data types, built-in | 3.1 Built-in Data Types |
| data types, user-defined | 3.2 User-defined Data Types |
| decrement operator | 10.6 Assignment Expressions |
| defining functions | 13. Functions and Script Files |
| description format | 1.3.5 Format of Descriptions |
| diary of commands and output | 2.4.8 Diary and Echo Commands |
| Differential Equations | 23. Differential Equations |
| diffs, submitting | B.6 Sending Patches for Octave |
| distribution of Octave | Distribution |
| division | 10.3 Arithmetic Operators |
| do-until statement | 12.4 The do-until Statement |
| documentation notation | 1.3.2 Evaluation Notation |
| documenting Octave programs | 2.7 Comments in Octave Programs |
| dynamic linking | 13.8 Dynamically Linked Functions |
|