annotate missing.md @ 88:45d807d2bfcc kai

Revisit index start page.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Mon, 17 Oct 2016 18:39:05 +0200
parents 5caa2af27956
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
46
171ca967fcc9 Start new development branch closer to the current website,
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
1 ---
171ca967fcc9 Start new development branch closer to the current website,
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
2 layout: default
73
7d73884411b6 Hide some menu entries.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 55
diff changeset
3 title: Missing functions
7d73884411b6 Hide some menu entries.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 55
diff changeset
4 menu: false
46
171ca967fcc9 Start new development branch closer to the current website,
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
5 ---
171ca967fcc9 Start new development branch closer to the current website,
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
6
78
5fc2af501316 Overhauled support and missing function page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 73
diff changeset
7 GNU Octave strives to be among the very best numerical tools available.
5fc2af501316 Overhauled support and missing function page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 73
diff changeset
8 While compatibility with Matlab is one of many strong features of Octave,
5fc2af501316 Overhauled support and missing function page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 73
diff changeset
9 we have not achieved 100% compatibility.
5fc2af501316 Overhauled support and missing function page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 73
diff changeset
10 If you are reading this page, it is most likely because you attempted to
5fc2af501316 Overhauled support and missing function page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 73
diff changeset
11 use a function that is part of core Matlab, but has yet to be implemented
5fc2af501316 Overhauled support and missing function page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 73
diff changeset
12 in Octave.
46
171ca967fcc9 Start new development branch closer to the current website,
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
13
78
5fc2af501316 Overhauled support and missing function page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 73
diff changeset
14 There can be several reasons for the given function not to exist in Octave:
5fc2af501316 Overhauled support and missing function page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 73
diff changeset
15
5fc2af501316 Overhauled support and missing function page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 73
diff changeset
16 - The function may exist in [Octave-Forge][1], but has not yet been adopted
5fc2af501316 Overhauled support and missing function page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 73
diff changeset
17 as a part of the core Octave distribution. You can try to look for your
5fc2af501316 Overhauled support and missing function page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 73
diff changeset
18 function in the [alphabetical list of functions][2] at the Octave-Forge
5fc2af501316 Overhauled support and missing function page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 73
diff changeset
19 web site to see if it is available in some package.
46
171ca967fcc9 Start new development branch closer to the current website,
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
20
78
5fc2af501316 Overhauled support and missing function page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 73
diff changeset
21 - The function may be new to Matlab. It is possible that the Octave
5fc2af501316 Overhauled support and missing function page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 73
diff changeset
22 community simply does not know it exists. Should this be the case,
5fc2af501316 Overhauled support and missing function page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 73
diff changeset
23 feel free to open a feature request in the [Octave bug tracker][3].
46
171ca967fcc9 Start new development branch closer to the current website,
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
24
78
5fc2af501316 Overhauled support and missing function page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 73
diff changeset
25 The Octave community consists of volunteers working in their spare time.
5fc2af501316 Overhauled support and missing function page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 73
diff changeset
26 As a result, development might sometimes not be fast enough for your needs.
5fc2af501316 Overhauled support and missing function page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 73
diff changeset
27 If you have a feature request for Octave, the best way to ensure that your
5fc2af501316 Overhauled support and missing function page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 73
diff changeset
28 suggested improvement gets incorporated is either to implement the feature
5fc2af501316 Overhauled support and missing function page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 73
diff changeset
29 yourself or to pay somebody to do it for you.
46
171ca967fcc9 Start new development branch closer to the current website,
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
30 If you are interested in funding work on Octave, please check out
78
5fc2af501316 Overhauled support and missing function page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 73
diff changeset
31 the [resources for developers][4].
5fc2af501316 Overhauled support and missing function page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 73
diff changeset
32
5fc2af501316 Overhauled support and missing function page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 73
diff changeset
33 [1]: http://octave.sourceforge.net
5fc2af501316 Overhauled support and missing function page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 73
diff changeset
34 [2]: http://octave.sourceforge.net/functions_by_alpha.php
84
5caa2af27956 Make more use of Jekyll Makros. Website tabs reconsidering.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 78
diff changeset
35 [3]: {{ site.bugs_url }}
78
5fc2af501316 Overhauled support and missing function page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 73
diff changeset
36 [4]: {{ "get-involved.html" | relative_url }}