필터 지우기
필터 지우기

how to combine intsructions of comparaison in one instruction

조회 수: 1 (최근 30일)
bay rem
bay rem 2016년 1월 4일
답변: Azzi Abdelmalek 2016년 1월 4일
i have 4 variables and i want to find whose are similar: example: a=23, b= 3, c=23, d=4, e=23... rather than compare each one: if (a==b), if (a=c)...if (b=a) ...if (c=b)...i would know if there is a way to remplace such instructions with one only instruction thank you

채택된 답변

Azzi Abdelmalek
Azzi Abdelmalek 2016년 1월 4일
idx=ismember([b,c,d,e],a)

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Standard File Formats에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by