find same pair values from two variables

6 ビュー (過去 30 日間)
Mubashir
Mubashir 2017 年 4 月 25 日
コメント済み: Stephen23 2017 年 4 月 25 日
I have two variables, each variable consist of two columns but different rows Now i have to match pairs in row whether which pairs are common in both variables or not? Attached figure shows variable with two values. Thanks

採用された回答

KSSV
KSSV 2017 年 4 月 25 日
  4 件のコメント
Stephen23
Stephen23 2017 年 4 月 25 日
編集済み: Stephen23 2017 年 4 月 25 日
"ismembertol is used for high precised values"
Wrong. Here is a very simple example with just one decimal place:
>> ismember(0.1,0.3-0.2)
ans = 0
Like I wrote, you should use ismembertol.
Mubashir
Mubashir 2017 年 4 月 25 日
Yes you are right. Thanks. I have changed my code now.

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

その他の回答 (0 件)

カテゴリ

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

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by