gpt4 book ai didi

matlab - 在 MATLAB 中使用 'fill' 函数时如何更改边线颜色?

转载 作者:太空宇宙 更新时间:2023-11-03 19:37:46 25 4
gpt4 key购买 nike

我正在编写代码,其中我使用 MATLAB 的 fill 命令绘制二维形状。我可以指定形状的填充颜色。但是,边框线颜色始终为黑色。我希望边框线颜色与填充颜色相同。我怎样才能同时指定边框线的颜色?

最佳答案

参见 this thread :

To set the edgecolor to white do the following.

h = fill([-1 -1 1 1],[-1 1 1 -1],'w');
axis([-2 2 -2 2]);
set(h,'edgecolor','white');

应该处理边界。

关于matlab - 在 MATLAB 中使用 'fill' 函数时如何更改边线颜色?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3795618/

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