I am trying to intergrate Gams and Matlab following this video
The problem, however, is that MATLAB cannot see Gams using system
command. More precise, I get an error:
/bin/bash: gams: command not found
My Gams installation folder is
/home/username/Gams/gams24.5_linux_x64_64_sfx
So, how can I say to MATLAB to run Gams from my home folder?