登录
首页 » matlab » gravity

gravity

于 2013-03-20 发布 文件大小:284KB
0 220
下载积分: 1 下载次数: 11

代码说明:

  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 )

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

发表评论

0 个回复

  • kelafujiegoudonglixue
    克拉夫《结构动力学》中文电子版 介绍给定类型的结构在任意动荷载所产生的应力和挠度的分析方法(Clough, " Structural Dynamics" Chinese electronic version of a given type of structure introduced in the dynamic loads produced by any of the stress and deflection analysis)
    2010-09-29 21:07:46下载
    积分:1
  • ballcanbecontolledthespeed
    用matlab编写的可控制速度得小球,可以激发学习GUI兴趣(Prepared using matlab to control the speed of a ball, you can stimulate interest in learning GUI)
    2008-08-19 18:19:37下载
    积分:1
  • gaborandnorm
    gabor是将图像转换成gabor特征,增强系统鲁棒性,使其不易受外界条件影响;norm是将图像的灰度值统一归一到一个范围内,便于同等使用图像。(gabor gabor is a feature to convert images to enhance the system robustness to make it less susceptible to external conditions affect norm is a uniform gray value image normalized 1-1 range, the same easy to use images.)
    2010-05-05 16:53:52下载
    积分:1
  • NewtonSolver
    Newton s method for solving system of nonlinear equations.
    2012-08-16 21:04:42下载
    积分:1
  • AISyouhua
    matlab语言编写的克隆免疫算法求解函数最小值(Cloning matlab language function immune algorithm minimum)
    2010-11-12 11:11:19下载
    积分:1
  • image_registr
    这是一个关于基于互信息的图像配准程序,是以matlab编写(This is a mutual information based image registration procedures, the preparation is matlab)
    2010-05-23 21:29:55下载
    积分:1
  • decimation
    音频信号降采样程序 支持48k->8k 24k->8k 8k->1k 的降采样.实现方法,先做低通滤波,再做采样点抽取.低通滤波起使用67点FIR,系数由matlab使用窗函数法生成 (Audio signal down-sampling procedures to support the 48k-)
    2007-09-11 10:20:03下载
    积分:1
  • houghlinedetect
    hough 变换实现直线检测 在噪声服从高斯分布的背景中构造信噪比为2、长度为34像素的目标线段;在找出线段所在直线后,在采用固定长线段滑动的方法,确定线段的起始点,最终确定线段的确切位置。(hough transform line detection in the noise to obey Gaussian distribution of the background-noise ratio for the structure 2, with a length of 34 pixels of the target segment at to find out where the straight line segment after the introduction of fixed long-term method of sliding paragraph to determine the segment of starting point, and ultimately determine the exact location of line segments.)
    2020-12-05 02:49:23下载
    积分:1
  • MATLAB-VS-VCPP
    这是一个人关于,MATLAB转化为VC++能使用的,.dll文件的方法,很实用(This is a man on, MATLAB into VC++ can use,. Dll file method, it is practical)
    2013-09-14 17:01:21下载
    积分:1
  • matlne
    【matlab编程代做】简单的小波变换(Wavelet)实现数字水印源代码([Do] simple matlab program generation wavelet transform (Wavelet) digital watermarking source code)
    2015-01-13 21:02:43下载
    积分:1
  • 696518资源总数
  • 106235会员总数
  • 12今日下载