|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?我要加入
x
n=[0.035,0.020,0.015,0.030,0.022]';
>> S=[.001,0.0002,0.0010,0.0008,0.0003]';
>> B=[10,8,19,24,15]';
>> H=[2,1,1.5,3,2.5]';
>> table=n,S,B,H
table =
0.0350
0.0200
0.0150
0.0300
0.0220
S =
1.0e-003 *
1.0000
0.2000
1.0000
0.8000
0.3000
B =
10
8
19
24
15
H =
2.0000
1.0000
1.5000
3.0000
2.5000
U=sqrt(S)/n(B*H/B+2*H)^2/3
??? Error using ==> mtimes
Inner matrix dimensions must agree.
whta is wrong with this equation? you guys can type chinese.i use school's computer,i cantot type chinese. |
|