how to find the reversal matrix

조회 수: 3 (최근 30일)
Nir Shwartz
Nir Shwartz 2022년 1월 26일
편집: Torsten 2022년 1월 26일
in case i have two vectors v and i, while v=A*i (A is a matrix).
who can i find matrix B where i=B*v? i'm not sure how to code this with matlab.
thanks

답변 (1개)

Torsten
Torsten 2022년 1월 26일
편집: Torsten 2022년 1월 26일
B = (v.'\i.').'

카테고리

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

제품


릴리스

R2016b

Community Treasure Hunt

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

Start Hunting!

Translated by