フィルターのクリア

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
Maham
Maham 2022 年 9 月 18 日
Thank u

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeResizing and Reshaping Matrices についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by