File: Octave-FAQ_toc.html

package info (click to toggle)
octave2.1 1%3A2.1.73-13
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 37,028 kB
  • ctags: 20,874
  • sloc: cpp: 106,508; fortran: 46,978; ansic: 5,720; sh: 4,800; makefile: 3,186; yacc: 3,132; lex: 2,892; lisp: 1,715; perl: 778; awk: 174; exp: 134
file content (104 lines) | stat: -rw-r--r-- 4,116 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
                      "http://www.w3.org/TR/html40/loose.dtd">
<HTML>
<!-- Created on January, 20 2004 by texi2html 1.66 -->
<!--
Written by: Lionel Cons <Lionel.Cons@cern.ch> (original author)
            Karl Berry  <karl@freefriends.org>
            Olaf Bachmann <obachman@mathematik.uni-kl.de>
            and many others.
Maintained by: Many creative people <dev@texi2html.cvshome.org>
Send bugs and suggestions to <users@texi2html.cvshome.org>

-->
<HEAD>
<TITLE>Frequently asked questions about Octave (with answers): Table of Contents</TITLE>

<META NAME="description" CONTENT="Frequently asked questions about Octave (with answers): Table of Contents">
<META NAME="keywords" CONTENT="Frequently asked questions about Octave (with answers): Table of Contents">
<META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global">
<META NAME="Generator" CONTENT="texi2html 1.66">

</HEAD>

<BODY LANG="en" BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#0000FF" VLINK="#800080" ALINK="#FF0000">

<A NAME="SEC_Contents"></A>
<TABLE CELLPADDING=1 CELLSPACING=1 BORDER=0>
<TR><TD VALIGN="MIDDLE" ALIGN="LEFT">[<A HREF="Octave-FAQ.html#SEC_Top">Top</A>]</TD>
<TD VALIGN="MIDDLE" ALIGN="LEFT">[<A HREF="Octave-FAQ_toc.html#SEC_Contents">Contents</A>]</TD>
<TD VALIGN="MIDDLE" ALIGN="LEFT">[Index]</TD>
<TD VALIGN="MIDDLE" ALIGN="LEFT">[<A HREF="Octave-FAQ_abt.html#SEC_About"> ? </A>]</TD>
</TR></TABLE>
<H1>Table of Contents</H1>
<BLOCKQUOTE>
<A NAME="TOC1" HREF="Octave-FAQ_1.html#SEC1">Preface</A>
<BR>
<A NAME="TOC2" HREF="Octave-FAQ_2.html#SEC2">1. What is Octave?</A>
<BR>
<A NAME="TOC3" HREF="Octave-FAQ_3.html#SEC3">2. What's new in version 2.0 of Octave</A>
<BR>
<A NAME="TOC4" HREF="Octave-FAQ_4.html#SEC4">3. What features are unique to Octave?</A>
<BR>
<BLOCKQUOTE>
<A NAME="TOC5" HREF="Octave-FAQ_4.html#SEC5">3.1 Command and variable name completion</A>
<BR>
<A NAME="TOC6" HREF="Octave-FAQ_4.html#SEC6">3.2 Command history</A>
<BR>
<A NAME="TOC7" HREF="Octave-FAQ_4.html#SEC7">3.3 Data structures</A>
<BR>
<A NAME="TOC8" HREF="Octave-FAQ_4.html#SEC8">3.4 Short-circuit boolean operators</A>
<BR>
<A NAME="TOC9" HREF="Octave-FAQ_4.html#SEC9">3.5 Increment and decrement operators</A>
<BR>
<A NAME="TOC10" HREF="Octave-FAQ_4.html#SEC10">3.6 Unwind-protect</A>
<BR>
<A NAME="TOC11" HREF="Octave-FAQ_4.html#SEC11">3.7 Variable-length argument lists</A>
<BR>
<A NAME="TOC12" HREF="Octave-FAQ_4.html#SEC12">3.8 Variable-length return lists</A>
<BR>
<A NAME="TOC13" HREF="Octave-FAQ_4.html#SEC13">3.9 Built-in ODE and DAE solvers</A>
<BR>
</BLOCKQUOTE>
<A NAME="TOC14" HREF="Octave-FAQ_5.html#SEC14">4. What documentation exists for Octave?</A>
<BR>
<A NAME="TOC15" HREF="Octave-FAQ_6.html#SEC15">5. Obtaining Source Code</A>
<BR>
<BLOCKQUOTE>
<A NAME="TOC16" HREF="Octave-FAQ_6.html#SEC16">5.1 How do I get a copy of Octave for Unix?</A>
<BR>
<A NAME="TOC17" HREF="Octave-FAQ_6.html#SEC17">5.2 How do I get a copy of Octave for (some other platform)?</A>
<BR>
<A NAME="TOC18" HREF="Octave-FAQ_6.html#SEC18">5.3 What is the latest version of Octave</A>
<BR>
</BLOCKQUOTE>
<A NAME="TOC19" HREF="Octave-FAQ_7.html#SEC19">6. Installation Issues and Problems</A>
<BR>
<BLOCKQUOTE>
<A NAME="TOC20" HREF="Octave-FAQ_7.html#SEC20">6.1 What else do I need?</A>
<BR>
<A NAME="TOC21" HREF="Octave-FAQ_7.html#SEC21">6.2 Can I compile Octave with another C++ compiler?</A>
<BR>
</BLOCKQUOTE>
<A NAME="TOC22" HREF="Octave-FAQ_8.html#SEC22">7. Common problems</A>
<BR>
<A NAME="TOC23" HREF="Octave-FAQ_9.html#SEC23">8. Getting additional help</A>
<BR>
<A NAME="TOC24" HREF="Octave-FAQ_10.html#SEC24">9. I think I have found a bug in Octave.</A>
<BR>
<A NAME="TOC25" HREF="Octave-FAQ_11.html#SEC25">10. Porting programs from MATLAB to Octave</A>
<BR>
<A NAME="TOC26" HREF="Octave-FAQ_12.html#SEC26">A. Concept Index</A>
<BR>
</BLOCKQUOTE>
<HR SIZE=1>
<BR>
<FONT SIZE="-1">
This document was generated
by <I>John W. Eaton</I> on <I>January, 20 2004</I>
using <A HREF="http://texi2html.cvshome.org"><I>texi2html</I></A>
</FONT>

</BODY>
</HTML>