Using a custom function in gui
Mostrar comentarios más antiguos
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
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Creating, Deleting, and Querying Graphics Objects en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!