How to translate a point according to a direction theta ?

2 Ansichten (letzte 30 Tage)
bh dhouha
bh dhouha am 5 Apr. 2015
Kommentiert: bh dhouha am 14 Apr. 2015
How to translate a point by a distance "d" according to a direction theta ?

Akzeptierte Antwort

Matt J
Matt J am 5 Apr. 2015
translatedPoint = d*[cos(theta); sin(theta)]+[x;y];

Weitere Antworten (0)

Kategorien

Mehr zu PHY Components finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by