Page 1 of 1

Element-wise division of matrices/vectors gives error

Posted: Tue Mar 20, 2018 9:13 am
by tho_mi
Hey,

I have two vectors which I want to divide element-wise. Since this seems not possible "directly" I use @ediv. For some reason I get an error message:
"Matrix divided by matrix in "matrix x = @ediv(matrix_1, matrix_2)" in test_program.prg."

Where does this error come from and what does it mean?

Thanks in advance!

Re: Element-wise division of matrices/vectors gives error

Posted: Tue Mar 20, 2018 9:14 am
by tho_mi
Stupid mistake, forgot to replace the "/" by ",". Sorry, please delete the post.