try sparse(I,J,V,m,n,(a,b) ->a)
On Friday, August 12, 2016 at 5:06:29 PM UTC+2, program...@gmail.com wrote: > > How to switfh off combine functrion in sparse? I need to ingore new value > if in data is duplicat row/col. Somthing like this : sparse(I,J,V,m,n,+=0) > but this dont work. > > Paul > >