Anoc Octave Editor

In-app purchases
4.4
256 reviews
10K+
Downloads
Content rating
Everyone
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image

About this app

Anoc is a free Octave Editor for your Android Device. It allows you to create and manage Octave projects directly on your Android device and generate the result and plots by using Verbosus (Online Octave Editor).

"Octave is [...] intended for numerical computations. It provides capabilities for the numerical solution of linear and nonlinear problems, and for performing other numerical experiments. It also provides extensive graphics capabilities for data visualization and manipulation"

This software is provided "as is" without warranties or conditions of any kind, either expressed or implied.

Features:
* Git integration (Local Mode)
* Automatic Dropbox synchronization (Local Mode)
* Automatic Box synchronization (Local Mode)
* Use a dedicated server that runs a full Octave installation to perform expensive mathematical calculations
* 2 Modes: Local Mode (stores .m files on your device) and Cloud Mode (synchronizes your projects with the cloud)
* Generate and view the result and plots from your Octave code
* Syntax highlighting (comments, operators, plot functions)
* Hotkeys (see Help)
* Web-Interface (Cloud Mode)
* Autosave (Local Mode)
* No ads

In-app purchase:
The free version of Anoc has a limitation of 4 projects and 2 documents in Local Mode and file upload (load command) is not supported. You can upgrade to the pro version of this app without this restriction using an in-app purchase.

Add existing .m files / import existing projects in Local Mode:
* Link to Dropbox or Box (Options -> Link to Dropbox / Link to Box) and let Anoc automatically synchronize your projects
OR
* Put all your files in the Anoc folder on your SD card: /Android/data/verbosus.anoclite/files/Local/[project]/
Please note: There must exist at least one .m file. The name of the project is the [project] folder name.

Use function files:
Create a new file e.g. worker.m and fill it with

function s = worker(x)
% worker(x) Calculates sine(x) in degrees
s = sin(x*pi/180);

In your main .m file you can call it with

worker(2)

Load a file into a variable with the load command (Local Mode, Pro version):
data = load('name-of-file.txt');
Updated on
Apr 5, 2024

Data safety

Safety starts with understanding how developers collect and share your data. Data privacy and security practices may vary based on your use, region, and age. The developer provided this information and may update it over time.
No data shared with third parties
Learn more about how developers declare sharing
No data collected
Learn more about how developers declare collection
Data is encrypted in transit
You can request that data be deleted

Ratings and reviews

4.4
225 reviews
H P
April 17, 2021
Good so far with about 2 weeks of usage. Much better experience than GNU Root and other octave apps. Very usable and quite quick so can try out simple algorithms easily. The chart is nice and easy to plot to. I would like it much more if it had Interactive Chart with zoom etc. Better keyboard to improve speed and reduce errors as I find key layout is more prone to errors compared to others I have used such as the one in C# Shell on my phone.
9 people found this review helpful
Did you find this helpful?
Kevin Scott
March 22, 2024
I can't use the app until I rate it so it so I have no idea what it's like
1 person found this review helpful
Did you find this helpful?
verbosus.com
March 25, 2024
Thank you for your report. Actually this is not correct. You can use the app without rating it at all. It gives you the option to never ask for a rating dialog again. Please contact us directly if you need help.
A Google user
February 7, 2019
Wonderful. THANK YOU! Will likely be purchasing the full version soon! i hated the other Octave app where you had to download some entire linux shite on your phone with like 100 different packages and then after all that it barely worked and was nasty to use.
14 people found this review helpful
Did you find this helpful?

What's new

* Git: Improve messaging
* Share project (Local Mode)