What is the coding that I need to write?
when c is c = 3 +6i, where i is the imaginary number.
And also, Does I need to add abs when writing each log?

 採用された回答

Star Strider
Star Strider 2021 年 3 月 5 日

2 投票

Try this:
w = log(abs(real(c).^2.5 - 1202));
.

2 件のコメント

Jack
Jack 2024 年 8 月 29 日
ty
Star Strider
Star Strider 2024 年 8 月 29 日
@Jack
My pleasure!
A Vote would be appreciated!

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

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeMATLAB についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by