linsolve for coefficient matrix

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

Dyuman Joshi
Dyuman Joshi on 16 Oct 2023
You are looking for mrdivide, /.

1 Comment

Oh cool! Thank you so much! Think that did the job!

Sign in to comment.

More Answers (1)

Categories

Products

Release

R2023b

Asked:

on 16 Oct 2023

Moved:

on 16 Oct 2023

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!