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 Kommentar

Azzi Abdelmalek
Azzi Abdelmalek am 12 Apr. 2016
What kind of transformations? Can you post an example?

Melden Sie sich an, um zu kommentieren.

 Akzeptierte Antwort

Matt J
Matt J am 12 Apr. 2016

0 Stimmen

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

1 Kommentar

Orest Karpiak
Orest Karpiak am 15 Mär. 2021
But what does one do when the vertices are stored in a 3x5 matrix and the transformation matrix is 3x3?

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Tags

Gefragt:

am 12 Apr. 2016

Kommentiert:

am 15 Mär. 2021

Community Treasure Hunt

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

Start Hunting!

Translated by