필터 지우기
필터 지우기

Define the variable t as t =6.8 then evaluate: ln( |t^ 2 - t^ 3|)

조회 수: 1 (최근 30일)
Maham
Maham 2022년 9월 18일
댓글: Maham 2022년 9월 18일
How to write "||" in matlab?

채택된 답변

Walter Roberson
Walter Roberson 2022년 9월 18일
abs -- and ln is log()
  댓글 수: 3
Walter Roberson
Walter Roberson 2022년 9월 18일
In mathematics, the absolute value or modulus of a real number x,
denoted |x|, is the non-negative value of x without regard to its sign.
Example:
abs([-3, 3, -inf, inf, -0, 0])
ans = 1×6
3 3 Inf Inf 0 0

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Resizing and Reshaping Matrices에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by