Unable to get the plot in my function to show up in my GUI

8 visualizaciones (últimos 30 días)
Jeffrey
Jeffrey el 29 de En. de 2014
Respondida: Walter Roberson el 30 de En. de 2014
When I run my function with my inputs the graph will come up just come however when I added it into my GUI the graph will still pop up through Matlab and not within the the GUI.
I did create a GUI with edit text boxes for input, a push button, and an axis. I know my inputs and push button is working but can't figure out how to get the plot to show up inside the GUI. Any help would be greatly appreciated!
EDIT: I just copied and pasted my function code into the GUI code under the push button and it would graph it inside the GUI just how I like it. I don't understand why it graphs it in a figure when I just run the function it self.

Respuestas (1)

Walter Roberson
Walter Roberson el 30 de En. de 2014
Also it sounds like you might have a figure() call in your code, making it pop up a new window.

Categorías

Más información sobre Graphics Objects en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by