Anoc Pro Octave Editor
verbosus.com
3.7 ★
68 ratings
1,000+
downloads
$7.49
In this Octave editor, you can create and manage mathematical projects directly on your Android device. It enables code editing, project synchronization, and plot generation. Includes Git integration, cloud synchronization, and syntax highlighting.
AppRecs review analysis
AppRecs rating 3.7. Trustworthiness 51 out of 100. Review manipulation risk 34 out of 100. Based on a review sample analyzed.
★★★☆☆
3.7
AppRecs Rating
Ratings breakdown
5 star
67%
4 star
0%
3 star
0%
2 star
0%
1 star
33%
What to know
✓
Good user ratings
67% positive sampled reviews
✓
Authentic reviews
No red flags detected
⚠
High negative review ratio
33% of sampled ratings are 1–2 stars
About Anoc Pro Octave Editor
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 purchase this app please check if it can do everything you need by trying the available functions using the free version or 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 Help)
* Web-Interface (Cloud Mode)
* Autosave (Local Mode)
Import existing projects in Local Mode:
* Link to Dropbox or Box (Settings -> Link to Dropbox / Link to Box) and let Anoc automatically synchronize your projects
OR
* Use Git integration: Clone or track an existing repository
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');
"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 purchase this app please check if it can do everything you need by trying the available functions using the free version or 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 Help)
* Web-Interface (Cloud Mode)
* Autosave (Local Mode)
Import existing projects in Local Mode:
* Link to Dropbox or Box (Settings -> Link to Dropbox / Link to Box) and let Anoc automatically synchronize your projects
OR
* Use Git integration: Clone or track an existing repository
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');
Anoc Pro Octave Editor Screenshots
Tap to Rate:
Reviews for Anoc Pro Octave Editor
Dipayan Dasgupta
12/30/2020
It would be better to have the option to open files from different folders as well as octave console mode
A Google user
4/25/2020
wonderful! great for quick parametric plots, matrix math or anything simple you might want to do on the go.