matlab代码 Resources

Showing items tagged with "matlab代码"

8-bus power flow calculation program for distribution networks in MATLAB. Power system analysis requires diverse network configurations and parameters, which often demand significant time and effort for data collection and organization prior to implementation. This program demonstrates automated parameter handling using MATLAB's matrix operations and Newton-Raphson algorithm.

MATLAB 224 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 246 views Tagged