view missing.md @ 214:fe5dcb23372a

* _layouts/default.html: add another blind paragraph. See cset 370d7d0cdf7d.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Mon, 20 Jul 2020 16:14:52 +0900
parents e2545e6237a0
children
line wrap: on
line source

---
layout: page
title: Missing function
menu: false
---

If you are reading this page,
it is most likely because you attempted to use a function
that is part of Matlab,
but has yet to be implemented in Octave.
GNU Octave strives to be among the very best numerical tools available.
While compatibility with Matlab is one of many strong features of Octave,
we have not achieved 100% compatibility.

This is what you can do now:

- Check if the function is
  [part of some Octave Forge package]({{ site.sourceforge_url }}/functions_by_alpha.php)
- [Report a bug]({{ "bugs.html" | relative_url }})
- [Implement the feature yourself]({{ "get-involved.html" | relative_url }})
- [Get commercial support]({{ "commercial-support.html" | relative_url }})