Clear Filters
Clear Filters

How to translate a point according to a direction theta ?

2 views (last 30 days)
How to translate a point by a distance "d" according to a direction theta ?

Accepted Answer

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

More Answers (0)

Categories

Find more on Statistics and Machine Learning Toolbox in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!