gpt4 book ai didi

matlab - 未找到保存图

转载 作者:太空宇宙 更新时间:2023-11-03 20:21:12 35 4
gpt4 key购买 nike

我是 Matlab 的新手,正在尝试将我当前的图形保存到文件中。所以,我遵循了官方文档 http://www.mathworks.co.uk/help/matlab/ref/savefig.html#inputarg_h并在 Matlab 中输入以下内容:

figure;
surf(peaks);
savefig('PeaksFile.fig');
close(gcf);

但是,我收到以下错误:

Undefined function 'savefig' for input arguments of type 'char'.

如果我输入:

help savefig

我收到以下错误:

savefig not found.

对发生的事情有什么想法吗?我原以为 savefig 随 Matlab 的所有版本一起提供,而不需要任何附加组件。我的Matlab版本是2013a。

最佳答案

看起来好像 savefig 没有在早于 2013b 的 Matlab 版本中实现(来自一些实验和 http://www.mathworks.com/matlabcentral/fileexchange/10889-savefig 末尾的评论)。相反,请使用 saveas(h,'filename.ext'),此处记录了 http://www.mathworks.co.uk/help/matlab/ref/saveas.html并且肯定包含在 2012a 中。

关于matlab - 未找到保存图,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24138729/

35 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com