Does anyone know how to run a function that displays a plot with a GUI button on that plot?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
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?
0 Commenti
Risposte (1)
Chaitral Date
il 24 Apr 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.
0 Commenti
Vedere anche
Categorie
Scopri di più su Earth and Planetary Science in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!