Multiple plot handles to the same figure

4 次查看(过去 30 天)
Hi,
I have two handles created with something like,
hTri= trimesh();
hFill= fill3();
where two figures act as parent's for hTri, say hTRiP, and the parent for hFill is hFillP.
I would now and then like to display both hTri and hFill in the same figur, say hTriP.
I've tried to set the 'Parent' and 'Children' properties for hTri and hFill, to hTriP. Either I'm doing something wrong or I'm in a blind of what to do... I do not wish to re-plot the figures, just show them both sometimes in the same figure, sometimes in two separate.
Thanks for any help!

采纳的回答

Shashank Prasanna
Have you tried copyobj? you can use this to reparent a copy:
  1 个评论
Daniell Algar
Daniell Algar 2013-2-1
I didn't know about that function! I had tried to copy the handles myself without any luck.
It solved it for me, thank you very much!!

请先登录,再进行评论。

更多回答(1 个)

Jurgen
Jurgen 2013-2-1

类别

Help CenterFile Exchange 中查找有关 Interactive Control and Callbacks 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by