user10478566
user10478566

Reputation: 37

java spring apllication integration with matlab playground

I have an java-spring-angular application where i would like to introduce matlab plaground. I am using GNU octave(https://www.gnu.org/software/octave/index) for executing matlab code. Is there a working small example for the integration. eg:javaoctave

Upvotes: 0

Views: 41

Answers (1)

Tasos Papastylianou
Tasos Papastylianou

Reputation: 22245

Octave has a java interface.

You will find documentation with examples in the relevant section of the octave manual: https://octave.org/doc/v6.2.0/Java-Interface.html#Java-Interface

Upvotes: 0

Related Questions