Thanks Rene and Kevin. The unique function is what I needed.
On Wednesday, March 11, 2015 at 5:05:08 PM UTC+1, Ali Rezaee wrote: > > In Python I would normally to something like this: > > a = set([1,2,1,3]) > a = list(a) > > What is the equivalent way to do this in Julia? > > > Thanks a lot in advance for your help >
