Matlab 中使用 GUIDE 的多个 GUI
我想将一个 GUI 上的按钮操作生成的数据绘制到另一个 GUI 的轴对象中。请让我知道我该怎么做?
I want to plot of data generated through push button action on one GUI into another GUI's axes object. Please let me know how can i do that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
此博客文章 可能会帮助您走向正确的方向。您基本上需要将轴句柄从第一个 gui 传递到数据生成 gui,然后在第二个 gui 中更新它们。
This blog post might help steer you in the right direction. You basically need to pass the axes handles from your first gui to your data generation gui, and then update them in the second gui.