octave
Here are 1,033 public repositories matching this topic...
-
Updated
Jul 4, 2022 - TypeScript
-
Updated
Jun 9, 2022 - C++
-
Updated
May 18, 2020 - Python
-
Updated
Jul 8, 2020 - MATLAB
-
Updated
Apr 19, 2021 - MATLAB
Add more algorithms!
EDIT 6/10/20: If you are making a PR for hacktoberfest, please say so in your PR description so that I can add
the hacktoberfest-accepted label.
This repo needs more algorithms. If you see any missing algorithms, kindly contribute.
Hackotberfest participants are welcome!
I will list some of the algorithms that are up for grabs. However, please check if the algorithm
is already in ou
-
Updated
May 17, 2022 - Roff
-
Updated
Jun 16, 2022 - Java
-
Updated
Jul 3, 2022 - Haskell
-
Updated
Sep 24, 2021 - MATLAB
Presumably this just calls atan2 and hypot...
Could also investigate whether upstream Octave can be improved to make these "just work" on any class that has atan2 and hypot.
-
Updated
Jul 4, 2022 - C++
-
Updated
May 5, 2022 - MATLAB
-
Updated
Mar 25, 2022 - Jupyter Notebook
Add tab to Preferences | Editor | Code Style
-
Updated
Jan 29, 2021 - MATLAB
-
Updated
Mar 27, 2021 - MATLAB
-
Updated
Jun 27, 2022 - MATLAB
-
Updated
Jun 11, 2022 - Python
-
Updated
Feb 20, 2020 - C++
-
Updated
Mar 12, 2022 - D
-
Updated
May 27, 2022 - Python
-
Updated
Jan 6, 2020 - MATLAB
Improve this page
Add a description, image, and links to the octave topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the octave topic, visit your repo's landing page and select "manage topics."


Since MATLAB R2016b, TMW introduced "strings" as a new data type to represent strings (in contrast to the old character arrays). See e.g. https://blogs.mathworks.com/loren/2018/04/13/accept-string-inputs-in-your-code/ for more information.
We, also, should make sure that at least we can handle such string inputs. Internally, we will not be able to get rid of character arrays (for forward/backwa