扩散方程 Resources

Showing items tagged with "扩散方程"

This MATLAB program implements the upwind scheme to solve convection equations, which have broad engineering applications. The upwind scheme offers high numerical accuracy and is complemented by a leapfrog scheme implementation for solving diffusion equation initial value problems, providing two distinct computational approaches.

MATLAB 201 views Tagged

PMK_8.m implements an eight-directional Perona-Malik (PM) diffusion equation for image denoising. Additional functions can be referenced through internal documentation within the code. This diffusion-based approach effectively preserves prominent image edges while performing noise reduction and smoothing on areas with weak color variations.

MATLAB 192 views Tagged

Implementation of classical explicit difference scheme for solving initial-boundary value problems of 2D diffusion equation, Peaceman-Rachford (P-R) difference scheme application, and locally one-dimensional (LOD) method approach. Includes complete source code, runtime results, and comprehensive algorithm comparison with computational efficiency and stability analysis.

MATLAB 224 views Tagged