我来我网
https://5come5.cn
 
您尚未 登录  注册 | 菠菜 | 软件站 | 音乐站 | 邮箱1 | 邮箱2 | 风格选择 | 更多 » 
 

本页主题: 请教有关matlab的问题~~~~~~ 显示签名 | 打印 | 加为IE收藏 | 收藏主题 | 上一主题 | 下一主题

quanquan



性别: 帅哥 状态: 该用户目前不在线
头衔: Seize the day!!!
等级: 前途无量
家族: 单身贵族
发贴: 5847
威望: 0
浮云: 1610
在线等级:
注册时间: 2007-04-24
最后登陆: 2020-10-14

5come5帮你背单词 [ reservation /rezə'veiən/ n. 何留(条件),预定 ]


请教有关matlab的问题~~~~~~

想问一下各位大虾,在matlab里面,bt贝塞尔函数的具体用法是怎么样的啊???
最好有一个实际的例子列举一下吧,谢谢。。。。。
顶端 Posted: 2009-03-24 21:16 | [楼 主]
X



社区建设奖
性别: 帅哥 状态: 该用户目前不在线
头衔: 这一刻,我......
等级: 管理员
家族: 活动仔
发贴: 22586
威望: 10
浮云: 142
在线等级:
注册时间: 2005-10-10
最后登陆: 2024-04-15

5come5帮你背单词 [ bandage /'bændid3ə/ n. 绷带 ]


第一类贝塞尔函数:Jn(x)  besselj(nu,Z) computes the Bessel function of the first kind, , for each element of the array Z. The order nu need not be an integer, but must be real. The argument Z can be complex. The result is real where Z is positive.

第二类贝塞尔函数:Yn(x)  bessely(nu,Z) computes Bessel functions of the second kind, , for each element of the array Z. The order nu need not be an integer, but must be real. The argument Z can be complex. The result is real where Z is positive.

第三类贝塞尔函数:Hn(x)  Bessel function of the third kind (Hankel function)  besselh(nu,K,Z)

球贝塞尔函数:
function F = sphericalbessel?(n,x)
if  x==0,
      if n==0,
          F = 1;
      else
          F = 0;
    end
else
      F=sqrt(pi/(2*x))*bessel?(n+0.5,x);
end

其中bessel?代表第一类贝塞尔函数或第二类贝塞尔函数
顶端 Posted: 2009-03-25 14:03 | [1 楼]
我来我网·5come5 Forum » 电子设计·数学建模

Total 0.010929(s) query 6, Time now is:04-27 23:54, Gzip enabled
Powered by PHPWind v5.3, Localized by 5come5 Tech Team, 黔ICP备16009856号