How to use abs between ln?

4 Ansichten (letzte 30 Tage)
Ting Chie Yu
Ting Chie Yu am 5 Mär. 2021
Kommentiert: Star Strider am 29 Aug. 2024
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?

Akzeptierte Antwort

Star Strider
Star Strider am 5 Mär. 2021
Try this:
w = log(abs(real(c).^2.5 - 1202));
.
  2 Kommentare
Jack
Jack am 29 Aug. 2024
ty
Star Strider
Star Strider am 29 Aug. 2024
@Jack
My pleasure!
A Vote would be appreciated!

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Log Plots finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by