距离 Resources

Showing items tagged with "距离"

This program calculates the distance between two points on the Earth's surface by inputting their latitude and longitude coordinates. It implements the Haversine formula to compute great-circle distances and can be applied across various engineering fields including construction, transportation, and aviation.

MATLAB 251 views Tagged

This example employs optimal control methodology using quadratic performance indices to achieve optimal values for both the sliding distance of the cart and the energy consumption throughout the process. The program includes MATLAB files: initial.m (initialization), yjlqgctr.m (controller design), cartoon.m (visualization), and Simulink model simlqgyj.slk (simulation).

MATLAB 243 views Tagged

Simulation of large-scale fading models across diverse scenarios based on transmission frequency, antenna height, distance, and other influencing factors, with implementation insights for wireless communication modeling

MATLAB 291 views Tagged

Background The paper "Clustering by Fast Search and Find of Density Peaks," published in the June 2014 issue of Science, introduced an innovative clustering algorithm. This MATLAB implementation reproduces the algorithm from the paper. Key Technology The algorithm operates on the hypothesis that cluster centers are surrounded by neighbors with lower local density and are relatively distant from any points with higher density. For each data point, two quantities are computed: the point's local density and its distance to the nearest point with higher density. Both values depend on the pairwise distances between data points. The MATLAB code calculates these metrics efficiently using vectorized distance computations and density estimation functions.

MATLAB 241 views Tagged

Implementation of multi-agent formation control where dispersed agents cluster together and maintain specific inter-agent distances while moving forward

MATLAB 249 views Tagged