MATLAB 新手 clc;clear;x=[4.9 3.2 100 1.5 9.75 2.56 16 4.9 10]y

问题描述:

MATLAB 新手
clc;
clear;
x=[4.9 3.2 100 1.5 9.75 2.56 16 4.9 10]
y=x.^3+(x-0.98)^2/(x+1.25)^3-5*(x+1/x)^2
为什么的是错误的 Error using ==> mpower
Matrix must be square.
Error in ==> Untitled1 at 4
y=x.^3+(x-0.98)^2/(x+1.25)^3-5*(x+1/x)^2
1个回答 分类:综合 2014-12-13

问题解答:

我来补答
y=x.^3+(x-0.98).^2/(x+1.25).^3-5*(x+1./x).^2
注意点乘
 
 
展开全文阅读
剩余:2000
下一页:生物 酶