MATLAB问题。请写出程序附上图形7、在同一坐标中,可以绘制3个同心圆,并加坐标控制。8、用fplot函数绘制f(x)=cos(tan(πx))的曲线。9、绘制r=sin(t)cos(t)的极坐标图,并标记数据点。10、分别以条
7、在同一坐标中,可以绘制3个同心圆,并加坐标控制。
8、用fplot函数绘制f(x)=cos(tan(πx))的曲线。
9、绘制r=sin(t)cos(t)的极坐标图,并标记数据点。
10、分别以条形图、阶梯图、杆图和填充图形式绘制曲线y=2sin(x)
你看看这是不是你要的答案?
function circle(R)
theta=0:0.01:2*pi;
x=R*sin(theta);
y=R*cos(theta);
plot(x,y)
axis equal
hold on
end
clear all
for r=1:3
circle(r);
end
f_handl=@(x)cos(tan(pi*x));
fplot(f_handl,[-1,1]);
title('figure:cos(tan(pi*x)) ');
clear all
t=linspace(0,2*pi);
r=sin(t).*cos(t)
polar(t,r);
title('figure a:polar');
clear all
t=linspace(0,2*pi,25);
y=2*sin(t);
subplot(2,2,1)
bar(t,y);
title('figure a:bar');
subplot(2,2,2)
stairs(t,y);
title('figure b:stairs');
subplot(2,2,3)
stem(t,y);
title('figure c:stem');
subplot(2,2,4)
fill(t,y,'r');
title('figure d: fill')
23+19=640-450=96÷3=44+49=80÷8=99÷9=84÷4=85+28=7.3 2020-04-07 …
样本方差先求出这组数据的平均数:(6*2+7*3+8*2+9+10+11)/10=7.9再算方差( 2020-05-14 …
9.9+10+9.1+9.7+8.9+9.7+8.3+9.7+8.7+9.7等于 2020-05-17 …
1/1×3×5+1/3×5×7+1/5×7×9+1/7×9×11+1/9×11×13+1/上面这题 2020-05-17 …
请加速,我会+分,结果,正确25.63-(-291.7)+4.37+(-9.3)3又3/5-(-6 2020-05-23 …
四个奇怪的算式:2×2=92,7×7=57,5×9=7,9×2=68爷爷告诉他,用的运算符号相同, 2020-06-03 …
7/9乘7+2/9=1/3+3/4乘1.6=1-5/9乘5/7=0.06乘(5-2/3)=2/3- 2020-06-03 …
1、用简直便算法计算下面各题。2/9-7/16×2/9。2/5×4×3/4。5/7×16×211、 2020-06-11 …
一个有关循环小数的悖论例如0.777777.可以这么算0.7777...x10=7.7777... 2020-07-17 …
速算小能手.5.3+6.7=9.5-0.6=6.9-2.7=4.7+4.4=8.7-7.1=5.9+ 2020-12-08 …