二维 Resources

Showing items tagged with "二维"

MATLAB-based 2D Electrical Impedance Tomography algorithm for medical imaging applications, featuring finite element meshing for forward problem solution and inverse problem reconstruction algorithms, accompanied by comprehensive network meshing data tables with node connectivity and element property specifications.

MATLAB 182 views Tagged

Detailed UKF simulation program with comprehensive comments, featuring two demonstration cases (1D and 2D tracking scenarios). Includes performance comparison with EKF, clearly demonstrating UKF's superiority in nonlinear systems through practical code implementations.

MATLAB 206 views Tagged

A density-based clustering algorithm for 2D data that takes (x,y) coordinate arrays, search radius Eps, and density threshold Minpts as inputs. The implementation outputs clusters in array format where each row represents a cluster containing the original dataset IDs of its member points, with additional code-level insights about neighborhood search and cluster expansion mechanisms.

MATLAB 209 views Tagged