登录
首页 » matlab » MatlabCompilerGuide

MatlabCompilerGuide

于 2010-03-26 发布 文件大小:863KB
0 169
下载积分: 1 下载次数: 0

代码说明:

说明:  matlab编译知道,包括matlab的很多编译器(Matlab Compiler 4 Guide)

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

发表评论

0 个回复

  • 2
    说明:  GMSK 信号在衰落信道中的频偏盲估计,学习阶段,大家共同进步(GMSK signal at the frequency of fading channel偏盲estimates, study phase, the common progress of U.S.)
    2009-03-10 22:14:19下载
    积分:1
  • theexampleofmatlab
    the example of matlab matlab(matlab )
    2009-03-14 00:10:13下载
    积分:1
  • DPSK
    非相干解调,赶紧下载,绝对原创,很好 很好很好(non coherent demodulation)
    2010-12-14 07:30:45下载
    积分: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
  • content
    MATALAB BASEDSIMULATION IN DEC 2013
    2015-01-15 08:44:31下载
    积分:1
  • SwarmOps-for-Matlab--Version-1.0--2010
    public guideness for swarm Ops in Matlab
    2013-12-10 16:37:51下载
    积分:1
  • frangi_hessian
    多尺度海森矩阵血管增强算法,在MATLAB下实现了2维医学图像的血管增强(Multiscale Vessel Enhancement Filtering)
    2020-10-21 13:57:24下载
    积分:1
  • belka
    Inverted pendulum in cart controled by torque. It contains regulators: one to move it, second to stabilize pendulum, and last to stabilize the cart
    2009-05-26 22:06:58下载
    积分:1
  • Weibull-distribution-test
    威布尔分布测试程序,帮助初学者理解威布尔分布!!!!!(Weibull distribution test)
    2018-12-17 13:45:20下载
    积分:1
  • crossover
    说明:  负载均衡调度问题:假设有N个任务,需要负载均衡器分配给M个服务器节点去处理。每个任务的任务长度、每台服务器节点(下面简称“节点”)的处理速度已知,请给出一种任务分配方式,使得所有任务的总处理时间最短。crossover(Load balancing scheduling problem: suppose there are n tasks, which need to be allocated to m server nodes by load balancer. The task length of each task and the processing speed of each server node (hereinafter referred to as "node") are known. Please provide a task allocation method to minimize the total processing time of all tasks.crossover)
    2020-03-25 21:15:15下载
    积分:1
  • 696518资源总数
  • 106164会员总数
  • 18今日下载