Using a custom function in gui
이전 댓글 표시
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
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Creating, Deleting, and Querying Graphics Objects에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!