PRESENTATION
The monoPAS API has been created by Group PAS of the University of Deusto. It allows the programmer to use the Octave language calculation power from Java, the user can create programs in Java with the advantage of implementing all the mathematical part in Octave. In addition, the syntax of Octave is compatible with Matlab, and all the sentences created for Matlab also can be used in monoPAS.
Users would only have to call to the function execute() with the code of Octave like argument in String format. The code would be executed in Octave. Also, monoPAS allows to get and to set variables between C# and Octave to be used in the calculations. Moreover monoPAS permits the visualization of a matrix with graphs using the plot class that draws the matrix graph.
|