matlab画图保存
发布网友
发布时间:2022-05-01 12:26
我来回答
共3个回答
热心网友
时间:2023-10-12 00:10
ezplot(@sin)
h=legend('sin');
get(h,'position')
%%手调后,再运行下面的
position=get(h,'position') %这个已经改变了.你保存这个position
%下一次画图
ezplot(@sin)
h=legend('sin');
set(h,'position',position) %调回保存的位置
热心网友
时间:2023-10-12 00:10
http://hi.baidu.com/299792458/item/4f8f981b36606c17e3f986d5
装下这个工具箱,然后
export_fig test.png -native追问
不行,还是变化了,保存前:
保存后:
追答不会吧,把.fig文件发上来我试试
热心网友
时间:2023-10-12 00:11
用save试试
热心网友
时间:2023-10-12 00:10
ezplot(@sin)
h=legend('sin');
get(h,'position')
%%手调后,再运行下面的
position=get(h,'position') %这个已经改变了.你保存这个position
%下一次画图
ezplot(@sin)
h=legend('sin');
set(h,'position',position) %调回保存的位置
热心网友
时间:2023-10-12 00:10
http://hi.baidu.com/299792458/item/4f8f981b36606c17e3f986d5
装下这个工具箱,然后
export_fig test.png -native追问
不行,还是变化了,保存前:
保存后:
追答不会吧,把.fig文件发上来我试试
热心网友
时间:2023-10-12 00:11
用save试试