How to use abs between ln?

조회 수: 3 (최근 30일)
Ting Chie Yu
Ting Chie Yu 2021년 3월 5일
댓글: Star Strider 2024년 8월 29일
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일
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개)

카테고리

Help CenterFile Exchange에서 Log Plots에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by