how to find the reversal matrix

4 visualizaciones (últimos 30 días)
Nir Shwartz
Nir Shwartz el 26 de En. de 2022
Editada: Torsten el 26 de En. de 2022
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

Respuestas (1)

Torsten
Torsten el 26 de En. de 2022
Editada: Torsten el 26 de En. de 2022
B = (v.'\i.').'

Categorías

Más información sobre Resizing and Reshaping Matrices en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2016b

Community Treasure Hunt

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

Start Hunting!

Translated by