Originally posted by: abhishek_umn
Hi,
I am trying to run an ampl script through matlab by using following command:
system( 'ampl filename.run');
The solver used is cplexamp.
On terminal the command 'ampl filename.run' works but Matlab shows the following error:
sh: Can't open cplexamp
exit code 2
<BREAK>
ans = 0
Any kind of suggestion or help would be great.
Thanks
Abhishek
#CPLEXOptimizers#DecisionOptimization