Borrar filtros
Borrar filtros

Linear System solve y=Ax+B (Find uknown matrix A and vector B)

2 visualizaciones (últimos 30 días)
billy papas
billy papas el 7 de Jul. de 2016
I got a linear system : *Z'=A*Z+B
3 Known points (x1,y1)(x2,y2)(x3,y3) stored in matrice Z=[x1 x2 y2 ; y1 y2 y3]
And i want to find affine transform . I want to find A=[a11,a21,a31;a12 a22 a32] ,and B=[b1,b2]
So that i can calculate Z'. How can i find A,B in matlab? Why i need exactly 3 points to estimate A and B? thanks in advance

Respuestas (0)

Categorías

Más información sobre Linear Algebra en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by