登录
首页 » matlab » matlab

matlab

于 2011-07-19 发布 文件大小:153KB
0 240
下载积分: 1 下载次数: 25

代码说明:

  四边形八节点等参单元matlab,多用于工程基础编程,较为简单(Quadrilateral eight-node isoparametric elements matlab, used for engineering-based programming, a relatively simple)

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

发表评论

0 个回复

  • Genetic-neural-network
    Used for mathematical modeling neural network training get intelligent algorithms
    2012-03-20 23:39:06下载
    积分:1
  • txt
    此程序是利用matlab Gui进行编写的对txt的读取与保存,客观形象,是以后进行复杂编程的基础,对新学者有着较大的帮助!(This program is written using matlab Gui to read txt and preservation of the objective image, is the basis for future complex programming, the new scholars with greater help!)
    2011-08-10 14:50:06下载
    积分:1
  • best_best_insertion
    Best best insertion algorithm to solve TSP
    2013-02-12 21:17:46下载
    积分: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
  • matlab8762
    【谷速软件】matlab毕业编程 实现视频摄像中的运动检测(人体等)免费源代码([Valley] Speed matlab software programming graduation video camera motion detection (human and other) free source code for reference use learning)
    2014-11-30 21:43:39下载
    积分:1
  • 基于前馈补偿的PID控制算法
    说明:  基于前馈补偿的PID控制算法,使用m文件编写,很简单的例子(PID control algorithm based on feedforward compensation)
    2020-04-16 20:21:15下载
    积分:1
  • powelalgorithm
    一种传统搜索优化算法 不需要对目标函数求导 得到很好的优化效果(A traditional search algorithm does not need to differentiate the objective function ,also gets well optimized results)
    2010-05-05 21:33:09下载
    积分:1
  • 蚁群算法求解VRPTW问题matlab代码
    说明:  蚁群算法求解VRPTW问题matlab代码(Matlab code of ant colony algorithm for VRPTW problem)
    2020-12-16 13:35:57下载
    积分:1
  • tuxiang
    在处理图像增强的时候,运用的分割技术,代码简单。(When dealing with image enhancement, using the segmentation technique, the code simple.)
    2010-12-15 11:22:11下载
    积分:1
  • The-data-for-processing
    这是关于信号处理方面的知识,对matlab的卡尔曼滤波十分重要(This is knowledge about signal processing and it is very importance of kalman filter for matlab )
    2013-07-16 09:32:36下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载