MATLAB Implementation of Data Envelopment Analysis
Data Envelopment Analysis (DEA) program for multi-objective decision making, featuring comprehensive inline comments that make it ideal for beginners learning optimization algorithms.
Explore MATLAB source code curated for "程序" with clean implementations, documentation, and examples.
Data Envelopment Analysis (DEA) program for multi-objective decision making, featuring comprehensive inline comments that make it ideal for beginners learning optimization algorithms.
Essential Green's function program, hard to find resource that should prove valuable for various applications
This MATLAB-based program performs TP transforms and inverse transforms on wavefields to achieve wavefield separation. The implementation includes both forward and inverse transformation algorithms and comes with a sample theoretical seismic record for demonstration purposes.
A MATLAB-based program for calculating electromagnetic compatibility shielding effectiveness, featuring comprehensive parameter analysis and customizable implementation
Hough Transform is a powerful tool for detecting lines and circles in image processing, featuring a comprehensive implementation example for circle detection with detailed code explanations.
This program originated from graduate thesis research experiments and applies advanced control algorithms to achieve stable control of a linear double inverted pendulum, demonstrating excellent control performance through systematic testing.
This program simulates a robot navigating through obstacles in a virtual environment. While the current implementation has some limitations due to time constraints, readers can refine the collision detection algorithms and path planning strategies to improve its functionality.
A fully debugged and validated simulation program for direct torque control of three-phase induction motors, now shared with the technical community. The implementation includes advanced control algorithms and motor drive modeling techniques.
Iterative learning control program implementing a simple control system with excellent performance results demonstrated through iterative optimization
MATLAB implementation of ellipse detection using Hough transform with code structure and algorithm explanation