Clear Filters
Clear Filters

Control GUI with a script

5 views (last 30 days)
Gabriel Bischof
Gabriel Bischof on 30 Jul 2019
Commented: Adam on 30 Jul 2019
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 Comments
Gabriel Bischof
Gabriel Bischof on 30 Jul 2019
Edited: Gabriel Bischof on 30 Jul 2019
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 on 30 Jul 2019
If you want to control it externally I would, yes.

Sign in to comment.

Answers (0)

Categories

Find more on Migrate GUIDE Apps in Help Center and File Exchange

Products


Release

R2017a

Community Treasure Hunt

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

Start Hunting!