登录
首页 » matlab » Gauss

Gauss

于 2011-05-07 发布 文件大小:1KB
0 150
下载积分: 1 下载次数: 2

代码说明:

  高斯消去法,用Matlab实现的。显然没有matlab自带的算法好,所以是练习以及和其他算法比较用的。(Gaussian elimination method, implemented with Matlab. Obviously there is no algorithm matlab own good, so is the practice and compare with other algorithms used.)

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

发表评论

0 个回复

  • 1
    说明:  关于心电信号的各种滤波方法,IIR,FIR,空域相关,软硬阈值,基于IIR的自适应滤波等(the method for ECG denoising,such as IIR,FIR,spatial correlation,soft and hard threshold,based on IIR filter s adaptive filter)
    2009-05-19 07:22:34下载
    积分: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
  • PSO
    PSO基本实现过程的详细演示,适合初学者进一步加深对理论的理解,推荐使用(A detailed presentation of the basic PSO implementation process, suitable for beginners to further deepen the understanding of the theory, recommended the use of)
    2013-10-04 11:06:51下载
    积分:1
  • TOA1
    TOA定位算法,包括Musica算法的具体实现,误差产生等等 (TOA location algorithm, including Musica in the proposed algorithm, the error generated, etc.)
    2010-08-04 10:42:02下载
    积分:1
  • 06389766
    Estimation of Tool Pose Based on Force–Density Correlation During Robotic Drilling
    2013-07-09 10:15:14下载
    积分:1
  • MATLAB-GUI-instruction-video-1
    MATLAB GUI教学视频1:简单的文本框数据传递(MATLAB GUI instruction video 1: simple text box data transfer)
    2011-07-15 10:58:17下载
    积分:1
  • 2ddp_node
    2ddp dynamic mesh for fluent udf
    2013-12-12 15:26:08下载
    积分:1
  • shuzixinhaochuli-shiyan3-matlab
    数字信号处理 实验3 matlab代码 东南大学(Digital Signal Processing Experiment 3 matlab code Southeast University)
    2015-03-27 20:07:26下载
    积分:1
  • mlsoft
    基于软阈值的提升小波去噪程序,用于信号处理(A soft threshold based lifting wavelet de-noising program for signal processing)
    2021-03-29 15:29:11下载
    积分:1
  • tutorial-of-visual-servo
    英文资料。关于机器人视觉伺服的全面综述。有参考价值。(English. Servo robot vision of the comprehensive overview. Reference value.)
    2007-02-01 10:26:14下载
    积分:1
  • 696518资源总数
  • 105540会员总数
  • 37今日下载