Dear All,
I hope somebody here can help me with my problem.
I have matrix equation below:
[M] = [A][R] + [B][L]
where:
A
and B
= 2 by 2 matrices
M
, R
, L
, and = 2 by 1 matrix.
To estimate one specific value of A
and B
, I have 9 different data of [M]
, [R]
, and
[L]
. Let's say that these 9 data is one-group, and I have hundreds of group-data.
And I need to find the value of A
and B
related to specific group-data.
So does somebody have or know something with matlab of how to get the
values of [A]
and[B]
for each group by just simply give input of [M]
, [R]
, and [L]
data into matlab?
best,
-Bree