搜索资源列表
产生laplace分布的随机函数
- 产生laplace分布的matlab函数
BEM3d-laplace.rar
- 应用边界元方法求解三维Laplace方程,对于数值计算学习有一定的指导性,bem---3D-Laplace equation
pdesolve.rar
- 偏微分方程数值解法的程序包,包括拉普拉斯方程、对流方程和扩散方程的各种解法,Numerical Solution of Partial Differential Equations package, including the Laplace equation, convection-diffusion equation equation and the various solution
peEllip5
- 本程序是用五点差分格式解拉普拉斯方程,采用MATLAB作为开发环境,拉普拉斯方程有广泛的应用,五点差分格式的精度高 -This procedure is a five-point difference scheme for solution of Laplace equation, using MATLAB as a development environment, Laplace equation has a wide range of applications, a five-
youxianchafendiedaichenxu
- 有限差分法求解有两种介质的正方形区域的二维拉普拉斯方程的数值解-Finite difference method, there are two medium square region of two-dimensional numerical solution of Laplace equation
laplace
- K. ATKINSON, THE NUMERICAL SOLUTION OF LAPLACE S EQUATION IN THREE DIMENSIONS , SIAM J. NUM. ANAL. 19(1982),263-274.-K. ATKINSON, THE NUMERICAL SOLUTION OF LAPLACE S EQUATION IN THREE DIMENSIONS, SIAM J. NUM. ANAL. 19 (1982) ,263-274.
img_filters
- Some image filtering functions in matlab. Includes: Laplace Sharpening, UnsharpMask, Median filter
pdegui
- 偏微分方程数值解法,包括泊松方程,特征值方程,热传导方程和波动方程-PDEGUI demonstrates the finite difference solution of model problems involving Laplace s operator
SARFIA_Matlab
- thresholding_demo.m interactively loads an image stack, performs thresholding based on the Laplace operator and extracts time-series information from the image stack based on a binary mask provided by the thresholding operation.-thresholding_demo.m i
laplace
- laplace function to compute polinomial laplace etc, it is simlpe
edge_detectation
- Sobel and laplace in matlab, for corner detecting.
laplace
- 偏微分数值解法中求解正方形区域中的Laplace方程Dirichlet问题 程序-The solution of numerical solution of partial differential square area of the Laplace equation Dirichlet problem Program
laplace
- 用matlab的LAPACE算子原理对图像进行了吧。是源图像更加的清晰。-Operators using matlab' s LAPACE principle of the image instead. Is the source image is more clear.
Laplace
- 本实验探讨了如何使用拉普拉斯来达到图像的增强效果(图像锐化)。-This study investigated how to use Laplace to achieve image enhancement (image sharpening).
Laplace_FDM
- solve laplace in3 method
Laplace-hadi
- In this code the laplace equation is solved by iterative method.For solving matrix of unknowns a method like Jacubi method is used that dependet to little difference between iterations for convergence.
learnbem
- This package calculates 2D laplace problems using Boundary element method
harris-laplace
- 这是基本的脚点检测算法,里面包含了harris detector和harris-laplace detector code,便于操作。-This is the basic foot-point detection algorithm, which includes harris detector and harris-laplace detector code, easy to operate.
解Laplace方程
- 稳定温度场问题,包括Laplace方程的迭代法计算,以及对所采用的SOR松弛法的分析。(The problem of stabilizing the temperature field includes the iterative computation of the Laplace equation and the analysis of the SOR relaxation method employed.)
laplace
- we use fdm method to simulate the laplace partial differential equations. thus you can have a better understand of both the fdm and laplace.