matlab代码 Resources

Showing items tagged with "matlab代码"

A MATLAB program implementing Dijkstra's algorithm to compute the shortest path distances between all nodes in an undirected graph with nine vertices. The implementation includes detailed step-by-step explanations of the algorithm's execution process, distance matrix initialization, neighbor relaxation operations, and path tracking mechanisms.

MATLAB 190 views Tagged

MATLAB code for multi-target tracking with accompanying documentation. The background subtraction method enables real-time updates. This implementation performs well for detecting and tracking a small number of targets, but tracking performance significantly degrades when handling more than 8 targets.

MATLAB 272 views Tagged