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!!
0 件のコメント
採用された回答
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.
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で String Parsing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!