简体   繁体   English

如何知道 Octave (GUI) 是否忙/正在运行

[英]How to know if Octave (GUI) is busy/running

It is a simple issue, but unfortunately I couldn't find the answer in any previous question.这是一个简单的问题,但不幸的是我在之前的任何问题中都找不到答案。 Currently, I am using Octave-6.4.0 (GUI) for simulating simple models, although I am more used to work with Matlab.目前,我使用 Octave-6.4.0 (GUI) 来模拟简单模型,尽管我更习惯于使用 Matlab。 Therefore, I found it really useful that Matlab shows the state "Ready" or "Busy" in the bottom-left bar.因此,我发现 Matlab 在左下角显示状态“就绪”或“忙碌”非常有用。 Is there something similar in Octave to check if the model has finished or if it is still running? Octave 中是否有类似的东西来检查模型是否已完成或是否仍在运行? Thanks in advance!提前致谢!

The markers >> indicating that you can write a new command will only appear after the current simulation is finished.指示您可以编写新命令的标记>>只会在当前模拟完成后出现。

From Tasos Papastylianou 's comment:来自Tasos Papastylianou的评论:

More usefully, you might consider printing logs every now and then during your simulation, to keep track of progress (every million iterations, for example, or something along those lines)更有用的是,您可能会考虑在模拟过程中不时打印日志,以跟踪进度(例如,每百万次迭代,或类似的东西)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM