kinzin
Structural
- May 4, 2011
- 2
I am trying to write a loop in which a formula
(such as: A = b / c ),
in which b and c are both nx1-sized matrices, returns a result by applying the formula one index at a time
(result should be: A = [b1/c1 b2/c2])
instead of performing the operation on the whole matrix.
Thanks.
(such as: A = b / c ),
in which b and c are both nx1-sized matrices, returns a result by applying the formula one index at a time
(result should be: A = [b1/c1 b2/c2])
instead of performing the operation on the whole matrix.
Thanks.