用matlab画函数曲线
来源:学生作业帮助网 编辑:作业帮 时间:2024/11/12 23:17:55
(1)y=0.1651*(exp(-2.3*(1.2-t/18.7505).^2));||少个点多个括号(2)x=1000:0.1:5000;y=0.17*x/2378.*(exp(1-x/2378)
程序:f=-5:0.001:5;y=1./sqrt(1+(2*pi*f).^2);plot(f,y)xlabel('f')ylabel('y')title('y
不知道x的取值范围,暂定为1——10那么clear;clc;x=1:10;y=(x^2+20)^(2/3);figure;plot(x,y)再问:提示这个???Errorusing==>mpowerI
symsptsum=[11]M=[1,2;3,4;2,3;2,3];fort=0.2:0.1:1;p=[1,t,t.^2,t.^3]*M;sum=[sum;p];endsum(1:1,:)=[]A=s
绘制函数图像的程序如下: symsx t=sin(x/2); y=-t^4-4*t^2+t^3*sqrt(t^2+4)+t*sqrt(t^2+4)ezplot(y)&nb
>> x=[0 0.1 0.2 0.4 0.6 0.8 1];y=[7.53 7.04 6.2&n
>> sol=dsolve('DI=I*(100-I)') sol =
clc;x=0:0.1:15;y=0.4045879*cosh(0.79304*x).*cos(0.79304*x)+0.3530811.*sinh(0.79304*x).*sin(0.79304*x
clc,clearallx=[-20.0000 -15.0000 -12.5000 -10.0000 -7.5000 -5.0000 -2.
>>h=ezplot('R=sqrt(L^2+(sqrt(144-L^2)-2.5)^2)-sqrt(144-L^2)+2.5');>>axistight>
clear;>>closeall>>theta=0:0.01:2*pi;>>a=1;b=0;n=1;>>r=a*cos(b+n*theta);>>subplot(2,2,1)>>polar(theta
缺几个乘号.ezplot('-sin(x/2)^4-4*sin(x/2)^2+sin(x/2)^3*sqrt(sin(x/2)^2+4)+sin(x/2)*sqrt(sin(x/2)^2+4)
函数pdf及其整个家族都可以用来计算,你可以help一下.最简单的就是用ksdensity:比如:[f,x]=ksdensity(randn(100000,1));plot(x,f)
求取系统对数频率特性图(波特图):bode()求取系统奈奎斯特图(幅相曲线图或极坐标图):格式如下:bode(num,den);bode(num,den,w);[mag,phase,w]=bode(n
clear;E=20;e=2.73;m=E.^2*e.^(-4);u=0.5;p=1:1:10;%所有的错误都集中在下面一行,应该正确应用 .* 这个命令,下面是修改正%确的语句,
1、quad的积分表达式中2、quad的积分限不能为无穷大,换用integral函数(2012a以上版本). 把f0=@(z)(1./z).*exp(-((log(z) -&nbs
变量是哪个?好像ezplot就可以划出草图吧
这个问题和另一个问题(编号2051722037141864067)基本相同,但与那个问题相比,又多了一处错误:f1=integral(@(v)f0(v,x),0,inf); f2=array
clear;clc;x=[1 2 3 4 5 6 7 8];y=[1 3 6 11 16&
>> T=8:.5:35;,D=9000:20000;[DD,TT]=meshgrid(D,T);K=290.0503.*TT.^(-0.1349).*DD.^(0.3350);