필터 지우기
필터 지우기

How can I pass a figure from one function to another without printing the figure?

조회 수: 33 (최근 30일)
Rahul Pillai
Rahul Pillai 2017년 11월 26일
댓글: Stephen23 2017년 11월 26일
Hello, I'd like to pass a figure from a 'called' function to it's calling function. Any idea how this is done? The figure is plotted as:
figure(1)
hold on
zoom on
axis square
for i=1:ele_n
line(defx(el_disp(i,:)),defy(el_disp(i,:)),'Color','r');
line(x(el_disp(i,:)),y(el_disp(i,:)));
end

답변 (0개)

카테고리

Help CenterFile Exchange에서 Graphics Object Identification에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by