Does anyone know how to run a function that displays a plot with a GUI button on that plot?

1 次查看(过去 30 天)
I have a function that displays a solar systems with planets moving around a sun. I'm trying to add a GUI that allows you to add another planet at a distance and a size that you enter. I am wondering if it's possible to have the GUI button to do that display on the same plot that the solar system is on?

回答(1 个)

Chaitral Date
Chaitral Date 2017-4-24
Add a pushbutton on the same plot and provide a callback to that Pushbutton. In a callback function, plot the planet at a distance and size you want just like you displayed other planets moving around sun in original function. To specify the distance and size, you can make use of Edit box. Once the string of the Edit box is updated, you can use those values in Pushbutton callback to add the planet with appropriate distance and size. I hope this helps.

类别

Help CenterFile Exchange 中查找有关 Earth and Planetary Science 的更多信息

产品

Community Treasure Hunt

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

Start Hunting!

Translated by