求助Matlab程序,用plot画图~
x=-1:0.2:1;y=sqrt(x.^3+2*x.^2-x+12)+7*x.^2+36;f=diff(y)plot(x,f)想求那个函数的导数然后画图,它说Error...
x=-1:0.2:1;
y=sqrt(x.^3+2*x.^2-x+12)+7*x.^2+36;
f=diff(y)
plot(x,f)
想求那个函数的导数然后画图,
它说Error using plot
Vectors must be the same lengths.
求帮助~~ 展开
y=sqrt(x.^3+2*x.^2-x+12)+7*x.^2+36;
f=diff(y)
plot(x,f)
想求那个函数的导数然后画图,
它说Error using plot
Vectors must be the same lengths.
求帮助~~ 展开
3个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询