Control GUI with a script

5 次查看(过去 30 天)
Gabriel Bischof
Gabriel Bischof 2019-7-30
评论: Adam 2019-7-30
I have a GUI wich shows a plot and Buttons wich should set some Datas.
Is it possible to plot in this GUI with an script?
For example:
H=GUIcontrol
Function setPlot(x,y)
H.plot(x,y)
End
  3 个评论
Gabriel Bischof
Gabriel Bischof 2019-7-30
编辑:Gabriel Bischof 2019-7-30
I have used GUIDE GUI. So you would recommend to create the GUI without GUIDE GUI?
I will try this. Thanks a lot
Adam
Adam 2019-7-30
If you want to control it externally I would, yes.

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Migrate GUIDE Apps 的更多信息

产品


版本

R2017a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by