Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在 GAMS 中显示文本?例如:在 MATLAB 中我可以使用 disp('MATLAB'),然后我会得到 MATLAB 的输出。
在GAMS中是否有可能拥有这样的东西。事实上,我是 GAMS 环境的新手。
问候
显示“嗨,这里有警告信息!”
... 应该管用。这将出现在您的 .LST 文件中,您应该熟悉阅读该文件以进行调试。
其实有两种方式:
$log "text to display"
display "text to display" ;