App World
My stream
Additionally, paste this code immediately after the opening
tag:Pro version: * Encrypted transmission (TLS) * Support development of free apps * Use projects of free Ano...
$ 1.29
Pro version:
* Encrypted transmission (TLS)
* Support development of free apps
* Use projects of free Anoc version
Anoc is a secure Octave Editor (Matlab clone) 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 the Octave service available
at [https://www.verbosus.com](http://www.google.com/url?q=https://www.verbosus
.com&sa=D&usg=AFQjCNHrvmlG2dL_7AjNX4_PkdnJrGeTVw)
"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:
* Use a dedicated server that runs a full Octave installation to perform expensive mathematical calculations
* 2 Modes: Local (stores .m files on your device) and Remote (synchronizes your projects with www.verbosus.com)
* Generate and view the result and plots from your Octave code
* Syntax highlighting
* Line numbers
* Specify root directory
* Web-Interface (Remote Mode, at www.verbosus.com)
* Dropbox integration (Local Mode)
* Autosave (Local Mode)
Add existing .m files in Local Mode: Put them in the Anoc folder on your SD
card (/sdcard/Anoc/[project]/). Please note: There must exist at least one .m
file. The name of the project is the /[project]/ folder name.
Add existing .m files in Remote Mode: Login at www.verbosus.com with your
browser and add your .m file
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)
4
out of
5 reviews
Last update
Feb. 15, 2013