|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?我要加入
x
我代码的一部分是下面这样的
lambda=750e-7;
alpha_max=1.2036;
k_as=1.3497e5;
[email=uu=@(Theta,Phi]uu=@(Theta,Phi[/email]) dblquad(@(sita,r) exp(i*k_as(1000-r.*cos(Theta-theta))).*r.^2.*sin(theta),0,pi,0,lambda/2)
P_CARS=dblquad(@(Theta,Phi) conj(uu).*uu.*(cos(Theta).*cos(Phi)).^2+sin(Phi).^2.*sin(Theta),0,alpha_max,0,2*pi)
最后一行是错误的
??? Function 'conj' is not defined for values of class 'function_handle'.
我的公式我粘贴在附件中,
请教高手解决这个问题
[ 本帖最后由 tiantian 于 2007-5-14 23:07 编辑 ] |
|