I have created a Ruby on Rails web application. This application created an Input-Data file at the end for a Problem which is formulated in Matlab. Now I want start the Matlab Problem with the help of a button in the web application. How can I start Matlab from Ruby on Rails? I tried the following without success:
system "C\\Programme\\MATLAB\\R2016a\\bin\\matlab Main_Application.m"
Has anyone a solution for my problem?