You are using an outdated browser. Please upgrade your browser to improve your experience.
Anoc Pro Octave Editor

Anoc is an Octave Editor (Matlab clone) for your iOS device

Anoc is an Octave Editor (Matlab clone) for your iOS device

Anoc Pro Octave Editor

by Verbosus.com
Anoc Pro Octave Editor
Anoc Pro Octave Editor
Anoc Pro Octave Editor

What is it about?

Anoc is an Octave Editor (Matlab clone) for your iOS device. It allows you to create and manage Octave projects directly on your iOS device and generate the result and plots by using Verbosus (Online Octave Editor).

Anoc Pro Octave Editor

App Details

Version
3.0.7
Rating
(9)
Size
32Mb
Genre
Productivity Education
Last updated
April 28, 2024
Release date
February 21, 2013
More info

App Screenshots

Anoc Pro Octave Editor screenshot-0
Anoc Pro Octave Editor screenshot-1
Anoc Pro Octave Editor screenshot-2
Anoc Pro Octave Editor screenshot-3
Anoc Pro Octave Editor screenshot-4

App Store Description

Anoc is an Octave Editor (Matlab clone) for your iOS device. It allows you to create and manage Octave projects directly on your iOS device and generate the result and plots by using Verbosus (Online Octave Editor).

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:
* Automatic Dropbox synchronization (Local Mode)
* Automatic Box synchronization (Local Mode)
* Use a dedicated server to perform calculations and generate plots
* 2 Modes: Local Mode (stores .m documents on your device) and Cloud Mode (synchronizes your projects with Verbosus)
* Encrypted transmission to the server by using HTTPS
* Syntax highlighting (operators, plot functions, comments)
* Line numbers
* Assistive keyboard
* Hotkeys (see below)
* Web-Interface (Cloud Mode)
* Two factor authentication (Cloud Mode, in combination with Copiosus)
* Export projects from Local Mode with Finder, Dropbox or Box
* Import projects to Local Mode with Finder, Dropbox or Box
* No ads

Additional features in Anoc Pro:
* Unlimited number of projects (Local Mode)
* Unlimited number of documents per project (Local Mode)
* Unlimited number of file uploads per project (Local Mode)

The following packages are available:
* control: Computer-Aided Control System Design (CACSD) Tools for GNU Octave, based on the proven SLICOT Library
* general: General tools for Octave
* interval: The interval package for real-valued interval arithmetic allows one to evaluate functions over subsets of their domain
* io: Input/Output in external formats
* signal: Signal processing tools, including filtering, windowing and display functions
* statistics: Additional statistics functions for Octave
* struct: Additional structure manipulation functions
* symbolic: The Octave-Forge Symbolic package adds symbolic calculation features to GNU Octave

Hotkeys in editor:
ctrl+s: save
ctrl+g: generate result
ctrl+n: new document
ctrl+d: delete document
ctrl+.: next document

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');

Disclaimer:
AppAdvice does not own this application and only provides images and links contained in the iTunes Search API, to help our users find the best apps to download. If you are the developer of this app and would like your information removed, please send a request to takedown@appadvice.com and your information will be removed.