Euler's identity with angle in degrees
16 ビュー (過去 30 日間)
古いコメントを表示
採用された回答
その他の回答 (2 件)
Joe Vinciguerra
2023 年 6 月 30 日
編集済み: Joe Vinciguerra
2023 年 6 月 30 日
[EDIT: oops. converted in the wrong direction.]
deg2rad will convert degrees to radians (https://www.mathworks.com/help/matlab/ref/deg2rad.html).
So you'll do something like this:
j = sqrt(-1);
a = 180;
exp(deg2rad(a)*j)
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!