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 Exchange에서 Resizing 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