How to translate a point according to a direction theta ?

1 回表示 (過去 30 日間)
bh dhouha
bh dhouha 2015 年 4 月 5 日
コメント済み: bh dhouha 2015 年 4 月 14 日
How to translate a point by a distance "d" according to a direction theta ?

採用された回答

Matt J
Matt J 2015 年 4 月 5 日
translatedPoint = d*[cos(theta); sin(theta)]+[x;y];
  1 件のコメント
bh dhouha
bh dhouha 2015 年 4 月 14 日
thank you very much Matt :)

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangePHY Components についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by