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 CenterFile Exchange에서 Whos에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by