matlab 读取fig数据

单曲线:

 

open('figname.fig');
h_line=get(gca,'Children');%get line handles
xdata=get(h_line,'Xdata');
ydata=get(h_line,'Ydata');

 

参考地址:

posted on 2017-07-06 16:42  一动不动的葱头  阅读(920)  评论(0编辑  收藏  举报

导航