登录
首页 » matlab » Laplace2D

Laplace2D

于 2013-08-05 发布 文件大小:2KB
0 207
下载积分: 1 下载次数: 7

代码说明:

  2D Laplace Equation. This program solves the following Partial Differential Equation

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

发表评论

0 个回复

  • liku
    Simplex Program made on Matlab
    2010-12-08 20:16:48下载
    积分:1
  • diedai
    说明:  迭代法 matlab 数值计算 jacobi (Numerical jacobi iteration matlab)
    2011-02-27 22:41:17下载
    积分: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
  • graylevelslicing_mt
    gray level slicing and gama correction
    2014-12-02 01:45:13下载
    积分:1
  • quxian
    matlab种的GUI实现正弦,余弦函数画图并放大(matlab kinds of GUI drawing sine, cosine function and zoom)
    2012-09-14 21:13:48下载
    积分:1
  • ctrllab3.0
    反馈控制系统设计与分析-薛定宇的ctrllab3.0(feedback control system design and analysis ,matlab code ,ctrllab3.0)
    2012-11-18 08:00:16下载
    积分:1
  • AGV
    自动导引车系统控制器设计与调度算法的研究。 (DESIGN OF AUTOMATIC GUIDED VEHICLE SYSTEM CONTROLLER ANDRESEARCH OF SCHEDULINGALGORITHM )
    2014-06-08 21:24:25下载
    积分:1
  • segmentation
    用Matlab实现对图像的读入,边缘提取,和OTSU,双峰法的分割。(Read into Matlab realize image edge extraction and OTSU, bimodal law split.)
    2013-01-12 12:39:48下载
    积分:1
  • PPM_UWB_rake-reciever
    仿真了在多径传播信道条件下仿真rake接收机的工作过程。接收机采用MRC方式,并考虑了降低接收机复杂性的不同方法。(Simulates channel estimation for a discrete-time channel impulse response hf with time resolution ts in seconds. In addition, the function uates the weighting factors to be used in a RAKE receiver implementing Maximal Ratio Combining.)
    2015-04-16 21:28:42下载
    积分:1
  • MATLABjiemi
    一本很好的matlab零起点学习手册,通过该手册可以逐步掌握matlab的编程方法(A very good learning manual matlab beginners, step by step through the manual to master the programming method matlab)
    2009-05-13 15:19:26下载
    积分:1
  • 696516资源总数
  • 106562会员总数
  • 4今日下载