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.
我有一个 bash 脚本,它具有通过 xmgrace 读取输入文件的功能。它读取所有内容并正确格式化窗口。我还希望它在读入数据后立即自动执行 FFT,而不是像我一直在做的那样单击所有 GUI 选项。我怎样才能做到这一点?
解决了。我制作了一个批处理文件,可以使用命令读取fft(S0,0)并运行它。-batch mybatchfile.bat
fft(S0,0)
-batch mybatchfile.bat