Anoc Pro Octave Editor

3.7
65 reviews
500+
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 secure 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.

Before you download this app please check if it can do everything you need by trying the available functions using the web interface on our website.

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 below)
* Web-Interface (Cloud Mode)
* Autosave (Local Mode)
* Unlimited number of projects and documents (Local Mode)
* Encrypted transmission to the server by using HTTPS

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.anocpro/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):

data = load('name-of-file.txt');
Updated on
Feb 8, 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

3.4
52 reviews
Dipayan Dasgupta
December 30, 2020
It would be better to have the option to open files from different folders as well as octave console mode
2 people found this review helpful
Did you find this helpful?
verbosus.com
January 1, 2021
Thank you for your report. Android is very restrictive when it comes to open files from different locations. Unfortunately, we can't do anything against this. Please contact us directly if you have any questions.
A Google user
April 13, 2019
Thank you very good compiler
1 person found this review helpful
Did you find this helpful?
A Google user
August 14, 2018
Location of application folder - this doesn't seem to be working, I tried to change it a different folder but it keeps coming back to the same old '/sdcard'
1 person found this review helpful
Did you find this helpful?
verbosus.com
August 15, 2018
Thank you for your report. The root folder is determined by the system configuration. Could you verify that you have external storage available and that internal storage is available for writing? Please contact us directly so we can solve this issue together.

What's new

* Git integration (Local Mode)