Run Octave script from shell without banner messages

时光毁灭记忆、已成空白 提交于 2019-12-24 09:26:46

问题


From the documentation: http://www.gnu.org/software/octave/doc/interpreter/Command-Line-Options.html

--silent
--quiet
-q

Don't print the usual greeting and version message at startup.

If I run:

C:\Octave-3.6.4x\bin>octave -q --eval 2+3

I still get some banner message:

 - Use `pkg list' to see a list of installed packages.
 - MSYS shell available (C:\Octave-3.6.4x\msys).
 - Graphics backend: gnuplot.

ans =  5

How to disable this banner when running Matlab/Octave script or using eval from command line?

来源:https://stackoverflow.com/questions/21197944/run-octave-script-from-shell-without-banner-messages

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!