How to copy figure children into uipanel
古いコメントを表示
Hi,
Referring to an answer in a post here: http://compgroups.net/comp.soft-sys.matlab/dock-figure-to-gui/421101
I created a GUI 4 years back, and it seems okay to copy children of a figure into uipanel back then, but now when I run the same GUI, I'm getting this error:
?? Error using ==> copyobj Object uimenu[21] can not be a child of parent uipanel[1]
here's the code I used:
copyobj(get(hf,'Children'),handles.result_panel);
'hf' is the figure with children that I want to copy to the uipanel (result_panel)
Examples are attached.
hf: 'resultfigure.png'
result_panel: inside 'gui.png'
I really hope someone has an answer to this, please advise. Many thanks.
Best regards.


採用された回答
その他の回答 (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!