ha=allchild(gca);
h=findobj(hac,'Type','line',...
'-or','Type','surface',...
'-or','Type','patch');
X=get(h,'XData');
Y=get(h,'YData');
Z=get(h,'ZData');
h=findobj(hac,'Type','line',...
'-or','Type','surface',...
'-or','Type','patch');
X=get(h,'XData');
Y=get(h,'YData');
Z=get(h,'ZData');
Kommentare