I am Mechanical Engineer.
Watch this Author's files
Worked well on my dataset.
LIne 130 reads: uniqueLocs = [true;~strcmp(x(1:end-1),x(2:end)) ~= 0]
isn't this the same?
uniqueLocs = [true;~strcmp(x(1:end-1),x(2:end))]
Contact us