jonathanlilly / jLab

A Matlab toolbox for big data analysis, signal processing, mapping, and oceanographic applications.
Other
108 stars 35 forks source link

cellprune(x) removes cells of size 0 AND 1 #18

Open selipot opened 3 years ago

selipot commented 3 years ago

Should not cellprune(x) just remove empty cells? It appears to remove cells of length 1 as well. To not remove cells of length 1, it should be called as cellprune(x,0).

selipot commented 1 year ago

cellprune(x,M) removes cells of length M or less and not less than M as stated in the help