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 件のコメント

Azzi Abdelmalek
Azzi Abdelmalek 2016 年 4 月 12 日
What kind of transformations? Can you post an example?

サインインしてコメントする。

 採用された回答

Matt J
Matt J 2016 年 4 月 12 日

0 投票

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

1 件のコメント

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

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeResizing and Reshaping Matrices についてさらに検索

タグ

質問済み:

2016 年 4 月 12 日

コメント済み:

2021 年 3 月 15 日

Community Treasure Hunt

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

Start Hunting!

Translated by