主题
: [MATLAB基础]
下面的代码哪里错误
查看单个帖子
2009-05-11, 19:04
#
1
laurence06
初级会员
注册日期: 2009-04-27
帖子: 5
声望力:
0
下面的代码哪里错误
a=100;
b=0:0.01:0.55;
theta=2.5;
c=1;
h=0.25;
w=2.5;
space=((a*b) ./(h*theta))^(1 ./(1-b))*((theta-1) ./(theta*w))^((theta-1) ./(1-b));
plot(space,b,'mh');
grid on
??? Error using ==> mpower
At least one operand must be scalar.
laurence06
查看公开信息
发送悄悄话给 laurence06
查找 laurence06 发表的更多帖子