登录
首页 » matlab » 2

2

于 2015-04-11 发布 文件大小:16KB
0 208
下载积分: 1 下载次数: 0

代码说明:

说明:  有关zemax软件程序设计的一些宏,方便zemax软件学习者使用(Zemax related software programming macros to facilitate learners zemax software)

文件列表:

zemax 的一些宏
..............\aoi, aor table.zpl,618,2004-11-16
..............\aoi_coatings.zpl,1914,2004-11-16
..............\artus.zpl,881,2004-11-16
..............\Cmplxndx.zpl,616,2004-11-16
..............\Coating_INDICES1.ZPL,996,2004-11-16
..............\depth.zpl,1899,2004-11-16
..............\MeshTrans.zpl,2044,2004-11-16
..............\radius.zpl,1283,2004-11-16
..............\raytrace.zpl,431,2004-11-16
..............\Spotdia.zpl,4408,2004-11-16
..............\spot_sz.zpl,608,2004-11-16
..............\trce_ape.zpl,712,2004-11-16
..............\VoltM.zpl,1815,2004-11-16
..............\ZernikePlot.zpl,9576,2004-11-16
..............\Zonesize.zpl,4432,2004-11-16
..............\对各个宏的说明.doc,22528,2004-11-18

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

发表评论

0 个回复

  • 333
    Matlab模糊逻辑工具箱函数 大家一起分享~~(Matlab Fuzzy Logic Toolbox function to share ~ ~)
    2009-05-26 17:59:12下载
    积分:1
  • OFDM
    I am uploading a file of Turbo Coded OFDM with Large Number of Subcarriers. Plz accept it. Thanks and Regards, salman
    2013-03-22 13:02:58下载
    积分:1
  • MATLAB
    一个关于sinc函数最小欧氏距离计算的程序,和仿真,研究超奈奎斯特可以借鉴(A program sinc function on the minimum Euclidean distance calculation, and simulation of Super Nyquist can learn)
    2021-03-29 20:49:10下载
    积分:1
  • fbilinear
    Image Demosaicing by bilinear interpolation method
    2012-08-25 00:01:01下载
    积分:1
  • gademo12
    说明:  遗传算法包括基本算法的程序及其在优化函数方面的应用(genetic algorithms include basic algorithm for the optimization process and its function in the application)
    2006-01-04 19:43:10下载
    积分: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来实现(this is helpful to solve some problem which comes to anti-sesimic)
    2017-03-09 09:01:01下载
    积分:1
  • LTP
    用MATLAB实现LTP和LBP算法,并分别将处理后的图像显示出来(LTP and LBP algorithm by matlab, respectively, the processed image is displayed)
    2016-04-08 11:22:10下载
    积分:1
  • 响应面1
    响应面MATLAB实现,建立近似模型,提高效率(response surface method)
    2021-03-11 23:09:25下载
    积分:1
  • yuqun
    matlab编的人工鱼群算法程序,已经编译通过,非常优秀的算法,希望大家改进应用到实践中去(matlab code of the artificial fish school algorithm procedure has been compiled by a very good algorithm, I hope we improve the application in practice)
    2010-09-02 12:15:38下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载