如何知道八度(GUI)是否忙/跑步

发布于 2025-02-05 16:23:51 字数 159 浏览 2 评论 0原文

这是一个简单的问题,但不幸的是,我在任何以前的问题中都找不到答案。目前,我正在使用Octave-6.4.0(GUI)来模拟简单的模型,尽管我更习惯与MATLAB一起使用。因此,我发现MATLAB在左下栏中显示状态“准备就绪”或“忙”非常有用。是否有类似的八度来检查模型是否已完成还是仍在运行? 提前致谢!

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. Therefore, I found it really useful that Matlab shows the state "Ready" or "Busy" in the bottom-left bar. Is there something similar in Octave to check if the model has finished or if it is still running?
Thanks in advance!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

以可爱出名 2025-02-12 16:23:51

标记>>表示您可以编写新命令只有在当前仿真完成后才出现。

来自 tasos papastylianou 的评论:

更有用,您可能会不时考虑打印日志
在模拟过程中,跟踪进度(每百万
例如,迭代,或类似的东西)

The markers >> indicating that you can write a new command will only appear after the current simulation is finished.

From Tasos Papastylianou's comment:

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)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文