annotate missing.md @ 198:e2545e6237a0

* missing.md: Overhaul and reduce page.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Wed, 08 Jul 2020 15:52:52 +0900
parents 3a6d7e9903a0
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
94
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
1 ---
96
e7efa40deb17 Fix URLs, Images, Titles to be up with Alex original style.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 94
diff changeset
2 layout: page
198
e2545e6237a0 * missing.md: Overhaul and reduce page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 132
diff changeset
3 title: Missing function
94
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
4 menu: false
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
5 ---
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
6
198
e2545e6237a0 * missing.md: Overhaul and reduce page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 132
diff changeset
7 If you are reading this page,
e2545e6237a0 * missing.md: Overhaul and reduce page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 132
diff changeset
8 it is most likely because you attempted to use a function
e2545e6237a0 * missing.md: Overhaul and reduce page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 132
diff changeset
9 that is part of Matlab,
e2545e6237a0 * missing.md: Overhaul and reduce page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 132
diff changeset
10 but has yet to be implemented in Octave.
94
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
11 GNU Octave strives to be among the very best numerical tools available.
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
12 While compatibility with Matlab is one of many strong features of Octave,
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
13 we have not achieved 100% compatibility.
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
14
198
e2545e6237a0 * missing.md: Overhaul and reduce page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 132
diff changeset
15 This is what you can do now:
94
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
16
198
e2545e6237a0 * missing.md: Overhaul and reduce page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 132
diff changeset
17 - Check if the function is
e2545e6237a0 * missing.md: Overhaul and reduce page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 132
diff changeset
18 [part of some Octave Forge package]({{ site.sourceforge_url }}/functions_by_alpha.php)
e2545e6237a0 * missing.md: Overhaul and reduce page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 132
diff changeset
19 - [Report a bug]({{ "bugs.html" | relative_url }})
e2545e6237a0 * missing.md: Overhaul and reduce page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 132
diff changeset
20 - [Implement the feature yourself]({{ "get-involved.html" | relative_url }})
e2545e6237a0 * missing.md: Overhaul and reduce page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 132
diff changeset
21 - [Get commercial support]({{ "commercial-support.html" | relative_url }})