http://alenblog.wordpress.com/2009/07/21/retrieve-data-from-fig-matlab-figure-file/
s=hgload(‘myfigure.fig’);
h = findobj(s,’Type’,'line’);
x=get(h,’xdata’);
y=get(h,’ydata’);
When life gets tough, you either get busy living or get busy dying. And I know which I would choose.
没有评论:
发表评论