how to find the reversal matrix
Show older comments
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
Answers (1)
B = (v.'\i.').'
Categories
Find more on Matrix Indexing 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!