Estimation of a unknown matrix from the other known matrices

조회 수: 1 (최근 30일)
Murali Krishna AG
Murali Krishna AG 2021년 7월 7일
답변: Yongjian Feng 2021년 7월 7일
Let there is a matrix form of A=B*C where size of A is 6*1, B is 6*11 and C=11*1. I know matrices A and C, how to find out the matrix B?

답변 (1개)

Yongjian Feng
Yongjian Feng 2021년 7월 7일
B=A/C;

카테고리

Help CenterFile Exchange에서 Creating and Concatenating Matrices에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by