Very little code using Matlab under C code (graphical functions, ...)


1) Set the path/directory of Matlab by using the MATLAB_DIR variable in the file <Makefile.inc>.
Matlab binary is then given by MATLAB_DIR/bin/matlab

2) On a Linux terminal, run the command 
      make message
   to see how to configure the LD_LIBRARY_PATH environment variable and execute the proposed command. 
      export LD_LIBRARY_PATH=...

3) Compile the code
      make
      
4) Run one of the tutorial
      ./tuto01
      ./tuto01 2
      ./tuto01 3
      ./tuto02 

      
