登录
首页 » matlab » stprtool22oct09

stprtool22oct09

于 2009-11-12 发布 文件大小:5864KB
0 87
下载积分: 1 下载次数: 14

代码说明:

  基于统计的模式识别工具包The core of the STPRtool is comprised of statistical PR algorithms described in the monograph Schlesinger, M.I., Hlav′aˇc, V: Ten Lectures on Statistical and Structural Pattern Recognition, Kluwer Academic Publishers, 2002(Statistical Pattern Recognition Toolbox for Matlab)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Poiseuille01
    伯肃叶流动用格子boltzmann方法去扩展新的研究方法(Peter Stephen leaf lattice boltzmann method flow go with the expansion of new research methods)
    2009-04-03 14:04:01下载
    积分:1
  • gravity
    function dg=gplus(x,y,z,x1,x2,y1,y2,z1,z2,p) G=6.67e-11 t222=myfun(x,y,z,x2,y2,z2) t122=myfun(x,y,z,x1,y2,z2) t212=myfun(x,y,z,x2,y1,z2) t221=myfun(x,y,z,x2,y2,z1) t211=myfun(x,y,z,x2,y1,z1) t121=myfun(x,y,z,x1,y2,z1) t112=myfun(x,y,z,x1,y1,z2) t111=myfun(x,y,z,x1,y1,z1) dg=-G*p*1e6*(t222-t122-t212-t221+t211+t121+t112-t111) 转化为g.u. function y=myfun(x,y,z,xi,eta,zeta) R=sqrt((xi-x).^2+(eta-y).^2+(zeta-z).^2) temp1=(xi-x).*log((eta-y)+R) temp2=(eta-y).*log((xi-x)+R) temp3=(zeta-z).*atan((zeta-z).*R/((xi-x).*(eta-y))) 书中所给公式 temp3=-(zeta-z).*atan((xi-x).*(eta-y)./(zeta-z)./R) 上式变换 y=temp1+temp2+temp3 (function dg = gplus (x, y, z, x1, x2, y1, y2, z1, z2, p) G = 6.67e-11 t222 = myfun (x, y, z, x2, y2, z2) t122 = myfun (x, y, z, x1, y2, z2) t212 = myfun (x, y, z, x2, y1, z2) t221 = myfun (x, y, z, x2, y2, z1) t211 = myfun (x, y, z, x2, y1, z1) t121 = myfun (x, y, z, x1, y2, z1) t112 = myfun (x, y, z, x1, y1, z2) t111 = myfun (x, y, z, x1, y1, z1) dg =-G* p* 1e6* (t222-t122-t212-t221+t211+t121+t112-t111) converted the Gu function y = myfun, (x y, z, xi, eta, zeta) R = sqrt ((xi-x). ^ 2+ (eta-y). ^ 2+ (zeta-z). ^ 2) temp1 = (xi-x).* log ((eta-y)+R) temp2 = (eta-y).* log ((xi-x)+R) temp3 = (zeta-z).* atan ((zeta-z).* R/( (xi-x).* (eta-y))) book given formula Temp3 =- (Zeta-z)* ATAN ((Xi-X)* (ETA-y)/(Zeta- Z)/R) the above formula transform Y = temp1+temp2+temp3 )
    2013-03-20 20:25:15下载
    积分:1
  • MATLAB
    matlab入门教材,讲解的内容比较基础,适合初学者学习(matlab introductory textbook to explain the contents of the basis for comparison, suitable for beginners to learn)
    2013-03-23 17:22:12下载
    积分:1
  • MATLAB-statistical-analysis
    《MATLAB统计分析与应用:40个案例分析》源程序 数据(The " MATLAB statistical analysis and application: 40 Case Studies" source data)
    2012-10-01 17:25:03下载
    积分:1
  • mcrowave-optical
    卫星光网络接入控制中微波与激光中继卫星卫星资源调度相关代码(Satellite optical network access control in microwave and laser relay satellite satellite resources scheduling related code)
    2020-12-14 09:09:14下载
    积分:1
  • LDPC
    DVB_S2_LDPC整体累积编码算法文档及MATLAB仿真(DVB_S2_LDPC documents and the overall cumulative Coding MATLAB simulation)
    2010-09-24 23:06:00下载
    积分:1
  • matlab_1
    能实现人脸的简单匹配算法,本人亲自测试,还行吧(To achieve a simple matching algorithm, face, OK.)
    2012-05-03 22:26:22下载
    积分:1
  • jpeg-matlab
    Matlab中Jepg压缩算法的实现,可以直接运行,亲测!(Matlab in Jepg compression algorithm can be run directly, pro-test!)
    2021-04-09 20:58:59下载
    积分:1
  • iTools
    itools程序源码,可以管理IOS程序,需要Xcode编译,并生成MAC程序(itools can manage IOS program)
    2014-10-16 17:23:31下载
    积分:1
  • qpsk_test
    本文是关于QPSK测试的matlab源码(This article is about the QPSK test matlab source)
    2008-04-01 20:52:49下载
    积分:1
  • 696519资源总数
  • 104213会员总数
  • 20今日下载