Al momento, stai seguendo questo contributo
- Vedrai gli aggiornamenti nel tuo feed del contenuto seguito
- Potresti ricevere delle email a seconda delle tue preferenze per le comunicazioni
File name : 'ndistance.m'. This file can be used
for calculating the distance between neighbouring data
points based on Pythagoras theory:
d = sqrt((X(l+1)-X(l)).^2+(Y(l+1)-Y(l)).^2)
or in short:
d = sqrt((dX).^2+(dY).^2))
Four input values: 'X', 'Y'
One output value: 'D'
X = vector of x-values
Y = vector of y-values
D = distance between two neighbouring data points
Additionally, a plot of the distance against the Y-vector
will be generated
Input syntax: d = ndistance(X,Y)
Developed by Joris Meurs BASc (2016)
Cita come
Joris Meurs (2026). Neighboring distance of data points (https://it.mathworks.com/matlabcentral/fileexchange/56289-neighboring-distance-of-data-points), MATLAB Central File Exchange. Recuperato .
Informazioni generali
- Versione 2.1.0.0 (1,12 KB)
Compatibilità della release di MATLAB
- Compatibile con qualsiasi release
Compatibilità della piattaforma
- Windows
- macOS
- Linux
