Madona: Run MATLAB/Octave code Reviews

Madona Reviews

Published by on 2026-03-10

🏷️ 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.


       


Is Madona Safe to Use?

We Investigate the app owner's website (Kappsmart.com), verify their legitimacy, and uncover hidden scams and complaints.




Read 2 Customer Service Reviews 😠💢

3.6 out of 5
Plot doesn’t work

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 :(

‘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.