Wiki source code of MATLAB
Last modified by Sebastian Marsching on 2022/05/27 22:45
Hide last authors
author | version | line-number | content |
---|---|---|---|
![]() |
1.1 | 1 | {{toc/}} |
2 | |||
3 | # Using MATLAB code from Java | ||
4 | |||
5 | At [http://plasmapowered.com/wiki/index.php/Calling_MatLab_from_Java](http://plasmapowered.com/wiki/index.php/Calling_MatLab_from_Java) there is a solution that makes MATLAB available through XMLRPC. | ||
6 | |||
7 | Another interesting approach is [matlabcontrol](http://code.google.com/p/matlabcontrol/), which is using RMI for communicating with a (remote) MATLAB session. |