Madona: Run MATLAB/Octave code Reviews

Madona: Run MATLAB/Octave code Reviews

Published by on 2024-11-03

🏷️ About: Write MATLAB/Octave code directly on your iPhone, iPad and iPod Touch! This app is ideal for learning and testing code snippets! The Octave language is an interpreted programming language. Its syntax is very similar to Matlab, and careful programming of a script will allow it to run on both Octave and Matlab.


       




Read 2 Customer Service Reviews 👿🤬😡😠💢😤

3.8 out of 5

Plot doesn’t work

2022-11-07

I paid, but Madona still doesn’t render a basic plot

x = -10:0.1:10;
plot (x, sin (x));

The output is blank

Requires internet :(

2022-12-08

‘Nuff said


How was your experience with Madona: Run MATLAB/Octave code? Post a Review




Features

This app provides a mobile environment that allows you to execute Octave/MATLAB using the GNU Octave compiler.

Its syntax is very similar to Matlab, and careful programming of a script will allow it to run on both Octave and Matlab.

For example, if your program provides an input prompt, enter the input in the Input tab prior to compilation.

The Octave language is an interpreted programming language.

- This is a batch compiler; interactive programs are not supported.