I try to experiment with vectors a little, so that's where I stuck: I got a vector s
and a displacement vector
So both incorporated the outcoming vector should be looking like
but if I try to plot it, for example with:
I get some crazy resulst (splits). Of course I can work around: for instance
plot(d(1,1)+ s(1,:), s(2,:))
does the job done. But isn't there a neater way?