

xcos vector division
Hi there,
I am trying to get a result where you link two line vectors (A and B) to a block and the output is x. I can't figure out MATDIV or Product. They give me a 3x3 matrix.
A=[10,20,30]
B=[1,2,3]
x=[10,10,10]
Can anyone help?
Cheers in advance
Scilab