数学建模 Resources

Showing items tagged with "数学建模"

This collection of MATLAB programs implements grey prediction and exponential smoothing forecasting methods, essential tools for mathematical modeling in prediction problems. The package includes funesm1, funesm2, and funesm3 for first, second, and third-order exponential smoothing respectively; fungry for grey prediction modeling; and funcoef for time series forecasting. These programs feature algorithm implementations with parameter optimization and error analysis capabilities, providing both practical forecasting solutions and a foundation for programming enthusiasts to exchange knowledge. Special thanks to the platform team, and I'm committed to developing and sharing more high-quality programs with the community.

MATLAB 282 views Tagged

Exceptional work! This outstanding paper from the 2009 American Mathematical Contest in Modeling (MCM) Problem A features MATLAB source code that comprehensively solves roundabout traffic simulation challenges. The implementation demonstrates cellular automata-based modeling and simulation of transportation systems (roundabouts) using MATLAB. Includes complete MCM 2009 Problem A paper with solutions and functional code.

MATLAB 310 views Tagged