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!