Azzera filtri
Azzera filtri

Info

Questa domanda è chiusa. Riaprila per modificarla o per rispondere.

Regarding kd_ncloses​tpoints(tr​ee,point,n​,first_ite​r_flag)

1 visualizzazione (ultimi 30 giorni)
Ampi
Ampi il 6 Feb 2012
Chiuso: MATLAB Answer Bot il 20 Ago 2021
I have run the code for
kd_nclosestpoints(tree,point,n,first_iter_flag)
but error is being given for the variable centroid in the following line:-
if(strcmp(tree.type,'leaf'))
index_vals=tree.index;
dist_vals=sqrt(sum((tree.centroid-point).^2));
vector_vals=tree.centroid;
return;
end
Please somebody upload the correct version or tell me where does the problem lie.
Thanks in advance.

Risposte (0)

Questa domanda è chiusa.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by