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..!

Reply via email to