I have created my own java library but now I want to create my own octave toolbox.
How do I get started on this.
Is there a hello world tutorial on how to create a toolbox in octave?
Thanks
I have created my own java library but now I want to create my
Share
There’s 2 main documents about it. The official manual and the one for Octave Forge (they kind of overlap). Seems to me your code will be dependent on the java package. However, this package was merged into Octave core a few weeks ago and has been suffering a lot of changes there. You may want to test your package with the development sources.
Note however that octave packages that are simple wrapper around java libraries are likely to be frowned upon.