view pages/missing.md @ 219:88d6e1e48892

Reorder image directory and reduce .htaccess rules.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Tue, 15 Sep 2020 15:44:43 +0900
parents c8126c010d67
children 9057b6832c9a
line wrap: on
line source

---
layout: page
title: Missing function
permalink: missing
---

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 }})