What " lo=3 " means in system option???

1 次查看(过去 30 天)
Hello. I'm MATLAB beginner. So help me please.
Now I'm trying to control GAMS by MATLAB code "system"
The code is below.
system 'gams C:\Users\0000\Documents\gamsdir\projdir\0000.gms lo=3 gdx=Modeling_GtoM';
If I run this code, the GAMS file(000.gms) runs and the results is saved by GDX file which is named 'Modeling_GtoM'.
I wonder what " lo=3 " is means.
I try to find the meaning in Mathworks, but I cannot...
Please help me..^^! Thank you!!

采纳的回答

Walter Roberson
Walter Roberson 2021-9-27
lo=3 means all of the output of the executable is to be written to "standard output" (which allows it to be captured by MATLAB.)
This is not a MATLAB question; this is a question about GAMS.
  1 个评论
연승 김
연승 김 2021-9-27
Thank you very much!! I found it in the urls. Thank you so much. Have a nice day~!^^

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Programming 的更多信息

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by