如何让Matlab m文件的输出停留一段时间

发布于 2024-12-15 05:53:09 字数 183 浏览 0 评论 0原文

我有 matlab m 文件,它使用子图绘制 3 个图。现在我还有一个 UNIX 脚本,它调用该脚本并将函数名称作为参数传递。

我有两个问题:

  1. 我收到警告“提前输入缓冲区溢出”
  2. 该图仅保留几秒钟,然后消失。如何保持绘图处于活动状态直到用户单击十字按钮?

谢谢!

I have matlab m file which plots 3 graphs using subplot. Now i also have a UNIX script which invokes this script and passes the function name as parameter.

I have two problems:

  1. I am getting the warning Type-ahead buffer Overflow
  2. The plot remains only for a few seconds before disappearing. How can I keep plot active til l user clicks on cross button?

thanks!

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

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

发布评论

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

评论(1

金兰素衣 2024-12-22 05:53:09
  1. 如果没有一些代码,很难回答你的第一个问题。
  2. 您可以使用 pause 命令等待用户按任意键。
  1. It's hard to answer your first question without some code.
  2. You can use the pause command to wait for the user to press any key.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文