源代码 Resources

Showing items tagged with "源代码"

This implementation provides MATLAB source code for an optimization control algorithm based on Newton's Gradient Method, featuring efficient high-dimensional data processing capabilities and applicability across control systems, optimization problems, and machine learning domains.

MATLAB 205 views Tagged

Source code for spatial pyramid classification and recognition, originally developed by Steven Lazebnik. This implementation demonstrates multi-scale image segmentation for feature extraction and object recognition.

MATLAB 208 views Tagged

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