what is the meaning of this code ?

2 ビュー (過去 30 日間)
Ameer Kadhim
Ameer Kadhim 2018 年 5 月 27 日
回答済み: Rik 2018 年 5 月 27 日
sum([9.34395000000000e-05,-277,914] <= [4.78293000000000e-07,-277,832])

採用された回答

Rik
Rik 2018 年 5 月 27 日
The exact meaning depends on the context.
The comparison is calculated element by element, so those vectors convert to [false true false]. Then the sum converts it to double and calculates the sum, in this case 1.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeData Types についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by