Compare two different set of matrix?

1 Ansicht (letzte 30 Tage)
Matlab111
Matlab111 am 1 Feb. 2015
Beantwortet: Azzi Abdelmalek am 1 Feb. 2015
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];

Akzeptierte Antwort

Azzi Abdelmalek
Azzi Abdelmalek am 1 Feb. 2015

Weitere Antworten (0)

Kategorien

Mehr zu Images finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by