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

1 visualización (últimos 30 días)
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?

Respuestas (1)

Chaitral Date
Chaitral Date el 24 de Abr. de 2017
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.

Categorías

Más información sobre Earth and Planetary Science en Help Center y File Exchange.

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by