MATLAB

Last modified by Sebastian Marsching on 2022/05/27 22:45

Using MATLAB code from Java

At http://plasmapowered.com/wiki/index.php/Calling_MatLab_from_Java there is a solution that makes MATLAB available through XMLRPC.

Another interesting approach is matlabcontrol, which is using RMI for communicating with a (remote) MATLAB session.