I ended up doing something like this:
for i = 1:n
x = map(t -> t[1],p[i])
y = map(t -> t[2],p[i])
z = map(t -> t[3],p[i])
end
Hope this is helpful to someone..!
- [julia-users] ERROR: stack overflow Yakir Gagnon
- [julia-users] Re: ERROR: stack overflow Yakir Gagnon
- [julia-users] Re: ERROR: stack overflow Yakir Gagnon
