matlab代码 Resources

Showing items tagged with "matlab代码"

MATLAB source code for Kalman Filter implementation with function signature: [Y, PY, KC] = myKalman(x, A, B, Q, H, R, y0, P0). This implementation features a complete Kalman filtering algorithm developed for academic coursework, including state prediction, measurement update, and covariance matrix handling.

MATLAB 220 views Tagged

MATLAB implementation using genetic algorithm to solve 8-node logistics distribution problem. Verified functional code with customizable distance matrices and route visualization capabilities, featuring chromosome encoding, fitness evaluation, and crossover/mutation operations.

MATLAB 212 views Tagged