how can i call the seconde figure with a push buton in figure one

2 次查看(过去 30 天)
hello i have two figure(gui),how can i call the seconde figure with a push buton in figure one
  1 个评论
Jan
Jan 2015-11-3
It is not clear, what "call a figure" means. Please note, that your question is considered to be answered successfully after you've accepted an answer.

请先登录,再进行评论。

采纳的回答

Adam
Adam 2015-11-3
Just call it in the pushbutton callback exactly as you would if you did it from command line, by the name of the GUI
  2 个评论
Adam
Adam 2015-11-3
There isn't generic code for it, it will be in the callback of whatever your pushbutton is called and call whatever your second GUI is called in a one-line function unless you have arguments to pass in which I wouldn't recommend doing if you are still not used to how to launch a GUI.

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Interactive Control and Callbacks 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by