I have to write a function that transforms a list of vertices by a matrix and returns a list of transformed vertices (same size). Any ideas on how to approach this problem?

1 commentaire

Azzi Abdelmalek
Azzi Abdelmalek le 12 Avr 2016
What kind of transformations? Can you post an example?

Connectez-vous pour commenter.

 Réponse acceptée

Matt J
Matt J le 12 Avr 2016

0 votes

Wouldn't it just be
result = m*v;

1 commentaire

Orest Karpiak
Orest Karpiak le 15 Mar 2021
But what does one do when the vertices are stored in a 3x5 matrix and the transformation matrix is 3x3?

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by