Comparing two vectors getting results in the new one

1 回表示 (過去 30 日間)
Adam Kepinski
Adam Kepinski 2017 年 11 月 17 日
コメント済み: Adam Kepinski 2017 年 11 月 17 日
Hi,
I want to compare two arrays (10000x1) and get a third one with values either 1 (V1>V2) or 0 (V1<V2). Anybody could help?
Thanks

採用された回答

Birdman
Birdman 2017 年 11 月 17 日
c=a>b
This will return 0(for a<b) and 1(for a>b), 10000x1 logical array.

その他の回答 (1 件)

Mischa Kim
Mischa Kim 2017 年 11 月 17 日

カテゴリ

Help Center および File ExchangeMultidimensional Arrays についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by