How to transfer legend from GUI axes to a newly created figure?

조회 수: 2 (최근 30일)
Alon Rozen
Alon Rozen 2017년 1월 23일
Hi all,
I have an axes on my GUI that has a 'button_Down' function. When I double click on the graph on that axes the 'button_Down' function creates a new figure and copy the graph to that figure. Unfortunately, the legend are not copied.
The relevant lines in my 'button_Down' function are:
New_Fig = figure;
set(hObject,'Units','normalized'); % hObject is the axes that reacts to the double click
copyobj(hObject,New_Fig);
How can I transfer the legends too?
Thansk,
Alon

답변 (0개)

카테고리

Help CenterFile Exchange에서 Legend에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by