Skip to content

In brief about this Project

AppleInside edited this page Mar 4, 2018 · 1 revision

Welcome to the MATLAB-Simple-Script wiki! This is a simple project based on the MATLAB Java APIs, that shows how to interact with the MATLAB engine from a Java program.


Before start to use MATLAB APIs you have to configure it into Eclipse. Configuration Steps

And in the following link you can find the whole documentation about MATLAB Java APIs: MATLAB Java APIs Documentation


In this project i'll show a basic usage of the MATLAB engine with Java APIs. The code is simple, it offers 3 possible scripts:

  • Rotate Vector
  • Sum vectors
  • Diff vectors

Clone this wiki locally