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!

 채택된 답변

Dyuman Joshi
Dyuman Joshi 2023년 10월 16일

2 개 추천

You are looking for mrdivide, /.

댓글 수: 1

巧云
巧云 2023년 10월 16일
Oh cool! Thank you so much! Think that did the job!

댓글을 달려면 로그인하십시오.

추가 답변 (1개)

Torsten
Torsten 2023년 10월 16일
이동: Torsten 2023년 10월 16일

1 개 추천

A.'*X.' = B.'

카테고리

도움말 센터File Exchange에서 Creating and Concatenating Matrices에 대해 자세히 알아보기

제품

릴리스

R2023b

질문:

2023년 10월 16일

이동:

2023년 10월 16일

Community Treasure Hunt

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

Start Hunting!

Translated by