countPathHypotheses.m
上传用户:zfsfly
上传日期:2018-05-24
资源大小:71k
文件大小:0k
源码类别:

matlab例程

开发平台:

Matlab

  1. function N = countPathHypotheses(x)
  2. N = size(unique(x(:,4:6),'rows'),1);