Hi there,
I am facing a problem with Gams as part of my thesis. I have added the GAMS to the PATH environmental variable(C:\GAMS\win64\24.1;C:\GAMS\win64\24.1\gbin) and i have done it also in the set path option in MATLAB (C:\GAMS\win64\24.1). The problem is that when i type a command like ; system 'gams ? lo=3' or something similar i get the message "'gams' is not recognized as an internal or external command,
operable program or batch file. ",
whereas when i type which gams in command window I get this "C:\GAMS\win64\24.1\gams.mexw64"
What can i do?