Inverse 3D plot
Afficher commentaires plus anciens
I want to inverse surface z , z=f(x,y).suc
Réponse acceptée
Plus de réponses (1)
CS Researcher
le 6 Mai 2016
In 2-D you can visualize the transformation as a matrix multiplication. If I is your matrix (x,y), you apply the transformation using a matrix A (it could be rotation, translation, etc.). The transformed matrix becomes
J = AI
If you apply $A^{-1}$ on J you get
A^{-1}J = A^{-1}AI = ISince inverse of an invertible matrix (check it out) multiplied by the matrix gives you identity matrix.
Were you looking for something like this?
1 commentaire
Haider al-kanan
le 7 Mai 2016
Catégories
En savoir plus sur 2-D and 3-D Plots dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!