从Fig文件中读取原始数据
如果用Polor画图保存为Fig文件,以后怎么读取原始数据 help get 这个可以用get(h,'xdata')[ 本帖最后由 ChaChing 于 2010-6-3 00:39 编辑 ] 能不能具体点啊 open('YourFile.fig'); get(gca,'xdata') 还是不行啊.
get(gca,'xdata')
??? Error using ==> get
There is no 'xdata' property in the 'colorbar' class.
??? Error using ==> get
There is no 'xdata' property in the 'axes' class. t = 0:.01:2*pi; hh=polar(t,sin(2*t).*cos(2*t),'--r');
xx=get(hh,'xdata');
回复 7楼 ChaChing 的帖子
谢谢你的回复,不好意思,我打错了,我用的是是pcolor函数,不是polar回复 8楼 zhxben 的帖子
Ref: 4F, PickAxes.mhttp://forum.vibunion.com/forum/viewthread.php?tid=93246&highlight=
[ 本帖最后由 ChaChing 于 2010-6-8 00:18 编辑 ]
页:
[1]