gpt4 book ai didi

image - 打开.fig文件并删除一些绘图条目-Matlab

转载 作者:行者123 更新时间:2023-12-04 04:13:54 28 4
gpt4 key购买 nike

我将以下图像存储为 f7.fig。我想再次打开它并删除除第一个(红色)、第二个(蓝色)和最后一个(青色)之外的所有其他条目。我还想从图例中删除它们。这可能吗?

enter image description here

最佳答案

一个简单的交互方法是这样的:

savefig(h, 'somefig.fig`); % Save figure
% Close the figure ...
openfig('somefig.fig'); % Open figure
% Click on the curves you wanted to delete ....
delete(gco); % delete object -> this takes care of the legend too
% Click on the curves you wanted to delete ....
delete(gco);
% so on...

这种方法 here也是一种选择。

关于image - 打开.fig文件并删除一些绘图条目-Matlab,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/61129694/

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