Filter löschen
Filter löschen

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

1 Ansicht (letzte 30 Tage)
연승 김
연승 김 am 27 Sep. 2021
Kommentiert: 연승 김 am 27 Sep. 2021
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!!

Akzeptierte Antwort

Walter Roberson
Walter Roberson am 27 Sep. 2021
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 Kommentar
연승 김
연승 김 am 27 Sep. 2021
Thank you very much!! I found it in the urls. Thank you so much. Have a nice day~!^^

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Programming finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by