필터 지우기
필터 지우기

Compare two different set of matrix?

조회 수: 1 (최근 30일)
Matlab111
Matlab111 2015년 2월 1일
답변: Azzi Abdelmalek 2015년 2월 1일
How to compare two different set of matrix like this
a=[81
82
93
102
57
98];
b=[81
20
43];
now i want to compare this two matrix 'b' and 'a', if matrix 'b' is matched with 'a' than, it should not display that value which is matched, only it should display remaining value of 'b' matrix. The answer should be like this..
c= [20
43];

채택된 답변

Azzi Abdelmalek
Azzi Abdelmalek 2015년 2월 1일

추가 답변 (0개)

Community Treasure Hunt

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

Start Hunting!

Translated by