How to use abs between ln?

3 visualizaciones (últimos 30 días)
Ting Chie Yu
Ting Chie Yu el 5 de Mzo. de 2021
Comentada: Star Strider el 29 de Ag. de 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?

Respuesta aceptada

Star Strider
Star Strider el 5 de Mzo. de 2021
Try this:
w = log(abs(real(c).^2.5 - 1202));
.
  2 comentarios
Jack
Jack el 29 de Ag. de 2024
ty
Star Strider
Star Strider el 29 de Ag. de 2024
@Jack
My pleasure!
A Vote would be appreciated!

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Log Plots en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by