登录
首页 » matlab » equivalentLoop

equivalentLoop

于 2009-05-29 发布 文件大小:12KB
0 297
下载积分: 1 下载次数: 7

代码说明:

  This code is calculate electric field.

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

发表评论

0 个回复

  • TSP
    基于遗传算法的TSP的MATLAB源代码(THE SOLVE OF THE TSP BY GA )
    2009-04-01 10:14:35下载
    积分:1
  • AIC_MDL_or
    estimate the number of source using AIC and MDL criterion.
    2009-05-15 19:03:27下载
    积分:1
  • RobotPathPlanningAndAvoidceObstacles
    机器人路径规划与避障的MatLAB源码,对研究机器人路径规划与避障很有帮助!(Robot path planning and obstacle avoidance of MatLAB source, the study of robot path planning and obstacle avoidance helpful!)
    2010-01-30 15:23:54下载
    积分:1
  • fulldetails
    This is a direct torque control of induction motor
    2011-05-01 15:07:15下载
    积分:1
  • fractal-use
    分形的练习一 ①Koch曲线 用复数的方法来迭代Koch曲线 clear i 防止i被重新赋值 A=[0 1] 初始A是连接(0,0)与(1,0)的线段 t=exp(i*pi/3) n=2 n是迭代次数 for j=0:n A=A/3 a=ones(1,2*4^j) A=[A (t*A+a/3) (A/t+(1/2+sqrt(3)/6*i)*a) A+2/3*a] end plot(real(A),imag(A)) axis([0 1 -0.1 0.8]) ②Sierpinski三角形 A=[0 1 0.5 0 0 1] 初始化A n=3 迭代次数 for i=1:n A=A/2 b=zeros(1,3^i) c=ones(1,3^i)/2 A=[A A+[c b] A+[c/2 c]] end for i=1:3^n patch(A(1,3*i-2:3*i),A(2,3*i-2:3*i), b ) patch填充函数 end (Fractal Exercise One The ① Koch curve Plural iteration Koch curve clear i to prevent i is reassigned A = [0 1] initial A is a connection (0,0) and (1,0) of the segments t = exp (i* pi/3) n = 2 n is the number of iterations for j = 0: n A = A/3 a = ones (1,2* 4 ^ j) A = [A (t* A+ a/3) (A/t+ (1/2+ sqrt (3)/6* i)* a) A+2/3* a] end plot (real (A), imag (A)) axis ([0 1-0.1 0.8])   ② Sierpinski triangle A = [0 1 0.5 0 0 1] initialized A n = 3 the number of iterations. for i = 1: n A = A/2 b = zeros (1,3 ^ i) c = ones (1,3 ^ i)/2 A = [A A+ [c b] A+ [c/2 c]] end for i = 1:3 ^ n patch (A (1,3* i-2: 3* i), A (2,3* i-2: 3* i), b ) patch filled function end)
    2013-03-02 10:03:09下载
    积分:1
  • sfs_toolbox-0.2.2
    Quality & Usability Lab, together with Assessment of IP-based Applications Telekom Innovation Laboratories 开发的声场合成工具箱,适合研究声场合成的人员使用。(Quality & Usability Lab, together with Assessment of IP-based Applications Telekom Innovation Laboratories developed sound field synthesis kit, suitable occasion to study sound personnel.)
    2014-02-14 10:15:22下载
    积分:1
  • lbp
    计算机视觉领域中的lbp特征提取的matlab代码(the matlab code of the lbp feature extraction in the computer vision domain)
    2013-08-29 15:21:07下载
    积分:1
  • color_segment
    color segmentation and bounding box from a video sequence in matlab
    2013-10-30 03:50:12下载
    积分:1
  • nls_cp850
    Charset cp850 translation tables.
    2015-06-15 14:17:46下载
    积分:1
  • SNR
    这个一个很完整的SNR的总结,里面包含各种有关SNR的定义和算法总结。可以供大家学习和参考(The SNR of a very comprehensive summary, which includes a variety of definitions and algorithms related to SNR summary. We can study and reference for)
    2010-09-05 09:00:16下载
    积分:1
  • 696516资源总数
  • 106605会员总数
  • 12今日下载