曲线拟合 Resources

Showing items tagged with "曲线拟合"

MATLAB program for Weibull distribution curve fitting applicable to all data conforming to Weibull distribution. Based on rainflow counting algorithm, this program performs statistical analysis on randomly sampled data and implements linear fitting techniques.

MATLAB 327 views Tagged

Comprehensive guide to curve and surface fitting in MATLAB, accompanied by detailed theoretical documentation in Word format. Includes practical implementation using MATLAB's fitting functions, algorithm explanations, and step-by-step code examples for both beginners and advanced users.

MATLAB 331 views Tagged

Self-developed implementation of quadratic and cubic B-splines suitable for wavelet transformations and curve fitting applications. This code provides a foundational framework for beginners to study, modify, and extend with additional features for enhanced functionality.

MATLAB 323 views Tagged

A MATLAB program I developed for performing curve fitting, which implements common fitting algorithms like least squares methods for polynomial or custom function approximations. As a beginner, I'm sharing this to receive feedback and improve my programming skills.

MATLAB 264 views Tagged

Image processing integrated software developed using MATLAB. Core functionalities include: opening, displaying, and saving images (grayscale, RGB, etc.); histogram analysis and curve fitting; brightness distribution curves (blur processing); histogram equalization; Gaussian and median filtering techniques; edge detection algorithms (Sobel, Laplacian). This implementation leverages MATLAB's Image Processing Toolbox for efficient matrix operations and algorithm deployment.

MATLAB 291 views Tagged