Extract data from matlab fig

April 7, 2011

open(‘test.fig’)

h=gcf;

line=findall(h,’type’,'line’);

xdata=get(line(2),xdata);

ydata=get(line(2),ydata);


Follow

Get every new post delivered to your Inbox.