How to use abs between ln?

3 visualizzazioni (ultimi 30 giorni)
Ting Chie Yu
Ting Chie Yu il 5 Mar 2021
Commentato: Star Strider il 29 Ago 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?

Risposta accettata

Star Strider
Star Strider il 5 Mar 2021
Try this:
w = log(abs(real(c).^2.5 - 1202));
.
  2 Commenti
Jack
Jack il 29 Ago 2024
ty
Star Strider
Star Strider il 29 Ago 2024
@Jack
My pleasure!
A Vote would be appreciated!

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Log Plots in Help Center e File Exchange

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by