Skip to content
corbinlc edited this page Dec 14, 2013 · 5 revisions

Where can I file bugs or feature requests?

https://github.com/corbinlc/octave4android/issues

Can I plot?

Yes, but you also need to install the Octave Gnuplot Package (com.octave.gnuplot) for plotting to work.

Can I get Octave-Forge add-on packages?

Yes, but only some of them currently. Just search the Play Store for what is available (com.octave.*).

Can I create .m files and run them?

Yes. They just need to be in your Octave path

How can I modify my path every time Octave launches?

You can add Octave commands like addpath() to your .octaverc file in the external/shared GNUOctave/home directory (often found at /sdcard/GNUOctave/home).

Unpacking failed or it does not work afterwards...why?

This is the main reason it fails... You don't have enough space for Octave to unpack. Uninstall Octave and then make sure you have more than 100MB of free internal space before re-installing.