mathematica中如何填充成实心图 如画一个心形线 r=a(1-sinθ)如何填充 要用什么函数
3个回答
展开全部
FILL Filled 2-D polygons.
FILL(X,Y,C) fills the 2-D polygon defined by vectors X and Y
with the color specified by C. The vertices of the polygon
are specified by pairs of components of X and Y. If necessary,
the polygon is closed by connecting the last vertex to the first.
%% 示例
t = 0:0.1:2*pi;
r = 4*(1-sin(t));
[x y] = pol2cart(t, r);
fill(x, y, 'r')
展开全部
ParametricPlot[ 2 a (1 - Sin[\[Theta]]) {Sin[\[Theta]], Cos[\[Theta]]}, {a, 0,
1}, {\[Theta], -Pi, Pi}, Mesh -> False]
1}, {\[Theta], -Pi, Pi}, Mesh -> False]
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
用Filling画图参数,详细使用请参考说明。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询