Using a custom function in gui
Show older comments
I have a custom function which generates a figure (a plot). I am not able to implement this function in a gui code in such a way this figure appear in a specified axes within the gui window and not in a separate window. Actually, i am able to do this, but i have to paste the function code itself in the gui's, and modify it to force the axes to be the sought ones via its handles axes(handles.axes2); but this way i do not use any link to my custom function.
I was wondering if it is possible to modify my custom function so that when i type its name in the gui, the plot will appear in gui's axes. thanks a lot, Simone
Accepted Answer
More Answers (0)
Categories
Find more on Creating, Deleting, and Querying Graphics Objects in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!