why this error occurs: Subscripted assignment dimension mismatch. Error in kd_knn>node_check (line 180)

9 views (last 30 days)
i am doing KD knn search while this following error occurs.
Subscripted assignment dimension mismatch.
Error in kd_knn>node_check (line 180) best_points_mat(number_of_points,dim+1)=tree_cell(node_number).index;
pls any one to help me that to solve this error
  1 Comment
dpb
dpb on 7 Jun 2014
W/ no more info than given all we can say is what the error tells you -- the RHS and LHS aren't commensurate in size with each other.
Use
dbstop if error
rerun and look at the various terms to see where the mismatch actually occurs which will probably lead you to the logic or data error that caused it.

Sign in to comment.

Answers (0)

Community Treasure Hunt

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

Start Hunting!