Dear Users, I need a small hint to perform the following parallel for loop. I know that this work:
res = @parallel (hcat) for i=1:10
zeros(2)
endEnter code here...
but what I need is
res = @parallel (hcat) for i=1:10
zeros(i)
end
Thank you for your help
Best regards,
