在matlab中x=100:0.1:1000;y=1/x为什么会出错?
在matlab中x=100:0.1:1000;y=1/x为什么会出错?
matlab中为什么会出错?
x=0:0.01:100; y=2^x.; plot(x,y) 为什么出错?
matlab运行出错 x = 1:10:1000;y = -500:10:500;C=14831./(pi.*0.314
为什么在matlab中输入syms x f=sym('x/(cos(x))^2') y(1)=diff(f)
matlab中,x=1:0.1:100;y=x;plot(y) 出来的图形的横坐标为什么是到1000,而不是100呢?并
y=sin(2.*x)/(4.*exp(x))在Matlab中画图为什么画不出来
y=x^x在MATLAB中怎么表示
(1/2)x=0:0.01:1;y=2.5x/(1.5x+1);plot(x,y)在matlab中画出其图象时,为什么出
新手matlab问题x=-5:0.1:5;y=x^3*(x+3);plot(x,y)第二行有矩阵乘法出错的问题,我只想画
请问这段matlab程序哪出错了 x=1:100:2; y=asin(sqrt(5.25/(6.25-1/(x.^2))
牛顿法求x.^3-x-1=0在1.5附近的解,MATLAB程序出错求解