linsolve for coefficient matrix
Show older comments
From what I understand, linsolve(A, B) can help to solve for X, where AX = B, and A and B are matricies.
However, say I would like to solve for X, where XA = B. Would that be possible? And how exactly could I do this. Thanks!
Accepted Answer
More Answers (1)
A.'*X.' = B.'
Categories
Find more on Creating and Concatenating Matrices in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!