登录
首页 » matlab » poincare

poincare

于 2012-06-14 发布 文件大小:1KB
0 217
下载积分: 1 下载次数: 121

代码说明:

  获取非线性运动微分方程的poincare截面图和相图(poincare section)

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

发表评论

0 个回复

  • 07126@52RD_Adaptive
    ldpc码的经典程序,针对ldpc自适应调制的码率变换(ldpc code classical procedures against ldpc adaptive modulation rate of transformation)
    2007-05-12 15:53:43下载
    积分:1
  • fx
    说明:  酸碱平衡教学中,模拟多元酸各种型体在不同PH值下的分布系数,标准酸滴定混合碱的滴定曲线拟合,标准碱滴定混合酸的滴定曲线拟合。(The teaching of the acid-base balance, used to simulate the polyacids different PH value distribution coefficients of various body)
    2013-03-27 23:35:24下载
    积分:1
  • tmwithbianjie
    TM波在空间中的传播,用FDTD算法实现(TM wave propagation in space, using FDTD algorithm)
    2011-11-22 15:56:32下载
    积分:1
  • 11
    说明:  主要用于实现模糊滑模控制,不仅效果明显,而且代码简单有效(fuzzy sliding control)
    2014-02-25 16:58:29下载
    积分:1
  • spe2
    OFDM communication simulink
    2010-10-14 23:48:40下载
    积分:1
  • embed-rovar
    MATLAB® is a high-level technical computing language and interactive environment for algorithm development, data visualization, data analysis, and numeric computation. Using the MATLAB product, you can solve technical computing problems faster than with traditional programming languages, such as C, C++, and Fortran. You can use MATLAB in a wide range of applications, including signal and image processing, communications, control design, test and measurement, financial modeling and analysis, and computational biology. Add-on toolboxes (collections of special-purpose MATLAB functions, available separately) extend the MATLAB environment to solve particular classes of problems in these application areas. MATLAB provides a number of features for documenting and sharing your work. You can integrate your MATLAB code with other languages and applications, and distribute your MATLAB algorithms and applications.
    2011-08-14 19:32:01下载
    积分:1
  • DS
    说明:  Data structures code
    2015-01-22 00:13:34下载
    积分:1
  • DigitalFilter
    此源码中包含了ButterWorth高通、低通,带通MATLAB仿真,Chebyshev高通、低通,带通MATLAB仿真,还有Notch,Peak MATLAB 仿真(This source includes ButterWorth high-pass, low pass, band pass MATLAB simulation, Chebyshev high-pass, low pass, band pass MATLAB simulation, as well as Notch, Peak MATLAB simulation)
    2010-06-17 11:09:54下载
    积分: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
  • imagefilter
    digital image filter
    2014-02-12 04:37:32下载
    积分:1
  • 696516资源总数
  • 106409会员总数
  • 8今日下载